We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc47f7 commit c6a70b0Copy full SHA for c6a70b0
event-demo/Dockerfile
@@ -26,4 +26,4 @@ RUN pnpm run build
26
EXPOSE 3000
27
28
# Start the Next.js app
29
-CMD ["pnpm", "run", "start"]
+CMD ["npx", "serve@latest", "out"]
0 commit comments