Merge pull request #143 from haiwen/expose-80-ce

add expose 80 port to seafile Dockerfile
This commit is contained in:
Hulk 2019-02-19 14:52:25 +08:00 committed by GitHub
commit 75c45f1c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,6 @@ ADD scripts/create_data_links.sh /etc/my_init.d/01_create_data_links.sh
COPY scripts /scripts
COPY templates /templates
EXPOSE 80
CMD ["/sbin/my_init", "--", "/scripts/start.py"]