diff --git a/nodejs/Dockerfile b/nodejs/Dockerfile index 647835ce..19b19155 100644 --- a/nodejs/Dockerfile +++ b/nodejs/Dockerfile @@ -26,5 +26,5 @@ RUN cd /src; npm install # Add code of our nodejs project with respect to gitignore ADD . /src -# Run it! -CMD ["node", "/src/index.js"] +# Run it! https://docs.npmjs.com/cli/start +CMD ["npm", "start"]