diff --git a/Dockerfile b/Dockerfile index c4b74cc..7284737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY . . EXPOSE 3000 -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "src/index.js"]