Skip to content

Commit c6a70b0

Browse files
authored
serve
1 parent 9cc47f7 commit c6a70b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event-demo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN pnpm run build
2626
EXPOSE 3000
2727

2828
# Start the Next.js app
29-
CMD ["pnpm", "run", "start"]
29+
CMD ["npx", "serve@latest", "out"]

0 commit comments

Comments
 (0)