fix: update command
This commit is contained in:
+1
-1
@@ -31,4 +31,4 @@ COPY --from=builder /app/public ./public
|
||||
USER nextjs
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["npm", "start"]
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user