Remove extraneous CMD statement from dockerfile.

This commit is contained in:
Jake Moshenko 2015-01-29 11:52:27 -05:00
parent b12c56f227
commit 4126c907a6

View file

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