Remove extraneous CMD statement from dockerfile.
This commit is contained in:
parent
b12c56f227
commit
4126c907a6
1 changed files with 0 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Reference in a new issue