We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aadf37 commit dc2982eCopy full SHA for dc2982e
1 file changed
Dockerfile
@@ -2,4 +2,6 @@ FROM yolean/node@sha256:230b269710a1d09b9ebbdeeea0fc4e69ac1388ab71b0178452e81706
2
COPY . /app
3
WORKDIR /app
4
RUN npm install
5
-CMD npm start
+
6
+ENTRYPOINT ["node"]
7
+CMD ["./index.js"]
0 commit comments