Expressive Entrypoint in Dockerfile

Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment
This commit is contained in:
Ben Evans 2015-09-29 00:24:47 +01:00
parent 3982aac845
commit 7c54a97fad
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM node:0.12-onbuild
EXPOSE 9000
ENTRYPOINT ./index.js
ENTRYPOINT ["node", "index.js"]