added listen addr option

This commit is contained in:
Pin
2022-02-21 00:01:54 -05:00
parent 1c083b90f8
commit 2999c1973e
5 changed files with 78 additions and 16 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y openssl
COPY ./bin/seaweb /bin/
COPY ./certs/cert.pem /etc/ssl/certs/
COPY ./certs/key.pem /etc/ssl/private/
EXPOSE 8080/tcp