added listen addr option
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user