From 7c54a97fad9822c5f7534fabb3c2868f011f0b79 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Tue, 29 Sep 2015 00:24:47 +0100 Subject: [PATCH] Expressive Entrypoint in Dockerfile Updated to https://github.com/erming/shout/pull/477#issuecomment-143636577 comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e5e170c..4c90e25d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM node:0.12-onbuild EXPOSE 9000 -ENTRYPOINT ./index.js +ENTRYPOINT ["node", "index.js"]