feature(docker) add entrypoint

This commit is contained in:
coderaiser 2016-03-23 09:22:32 -04:00
parent c4a246293e
commit 7c82f88055
2 changed files with 5 additions and 0 deletions

View file

@ -10,4 +10,7 @@ COPY . /usr/src/app
EXPOSE 8000
ENTRYPOINT: ["npm", "start", "--"]
CMD [ "npm", "start" ]

View file

@ -10,4 +10,6 @@ COPY . /usr/src/app
EXPOSE 8000
ENTRYPOINT: ["npm", "start", "--"]
CMD [ "npm", "start" ]