mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
add expose 80 port to seafile Dockerfile
This commit is contained in:
parent
ebe4070534
commit
cf06724529
|
@ -14,4 +14,6 @@ ADD scripts/create_data_links.sh /etc/my_init.d/01_create_data_links.sh
|
||||||
COPY scripts /scripts
|
COPY scripts /scripts
|
||||||
COPY templates /templates
|
COPY templates /templates
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["/sbin/my_init", "--", "/scripts/start.py"]
|
CMD ["/sbin/my_init", "--", "/scripts/start.py"]
|
||||||
|
|
Loading…
Reference in a new issue