diff --git a/Dockerfile b/Dockerfile index 74576aa..22518e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ COPY . /usr/src/app RUN npm ci --only=production USER node -CMD ["dumb-init", "node", "app/app.js"] \ No newline at end of file +CMD ["dumb-init", "node", "app/server.js"] \ No newline at end of file