feat(Dockerfile): change CMD to use bun preview
This commit is contained in:
@ -31,4 +31,4 @@ RUN bun astro build
|
||||
EXPOSE 4321
|
||||
|
||||
# Start the Next.js application
|
||||
CMD ["bun", "start"]
|
||||
CMD ["bun", "preview"]
|
||||
|
Reference in New Issue
Block a user