Skip to content

Commit

Permalink
serve
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-rogers authored Aug 23, 2024
1 parent 9cc47f7 commit c6a70b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN pnpm run build
EXPOSE 3000

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

0 comments on commit c6a70b0

Please sign in to comment.