diff --git a/Dockerfile b/Dockerfile index 84f1410..c155c98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN npm install --production COPY . . -CMD [ "node", "server.js" ] +CMD [ "node", "app.js" ]