Expressive Entrypoint in Dockerfile
Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment
This commit is contained in:
parent
3982aac845
commit
7c54a97fad
@ -1,3 +1,3 @@
|
|||||||
FROM node:0.12-onbuild
|
FROM node:0.12-onbuild
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
ENTRYPOINT ./index.js
|
ENTRYPOINT ["node", "index.js"]
|
||||||
|
Loading…
Reference in New Issue
Block a user