diff --git a/Dockerfile b/Dockerfile index 687b686..5fb3985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN npm install pm2 -g EXPOSE 5000 -CMD ["pm2-runtime", "app.js"] \ No newline at end of file +CMD ["pm2-runtime", "server.js"] \ No newline at end of file