Dockerfile: expose port 8443

This commit is contained in:
Jimmy Zelinskie 2015-01-23 15:19:04 -05:00
parent a185b53db4
commit 558debc1cb

View file

@ -73,6 +73,6 @@ RUN TEST=true venv/bin/python -m unittest discover
VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp"]
EXPOSE 443 80
EXPOSE 443 8443 80
CMD ["/sbin/my_init"]