diff --git a/Dockerfile b/Dockerfile index 8db2eee..97012d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ COPY --from=builder /app/public ./public USER nextjs EXPOSE 3000 -CMD ["npm", "start"] \ No newline at end of file +CMD ["node", "server.js"] \ No newline at end of file