feature(docker) cmd -> entrypoint

This commit is contained in:
coderaiser 2016-03-23 09:27:41 -04:00
parent 7c82f88055
commit 4e3f730254
2 changed files with 0 additions and 3 deletions

View file

@ -12,5 +12,3 @@ EXPOSE 8000
ENTRYPOINT: ["npm", "start", "--"]
CMD [ "npm", "start" ]

View file

@ -12,4 +12,3 @@ EXPOSE 8000
ENTRYPOINT: ["npm", "start", "--"]
CMD [ "npm", "start" ]