Apply to all Dockerfiles and use the preferred ENTRYPOINT form.

This commit is contained in:
Joshua "jag" Ginsberg
2016-01-25 16:58:04 -05:00
parent df072c1a6f
commit 16c6f93aa2
2 changed files with 4 additions and 1 deletions

View File

@@ -32,5 +32,5 @@ ADD start_everything.sh /start_everything.sh
ADD start_development.sh /start_development.sh
EXPOSE 8013 8080 27017 22
ENTRYPOINT /usr/bin/dumb-init
ENTRYPOINT ["/usr/bin/dumb-init"]
CMD /start_development.sh