feat(Dockerfile): change CMD to use bun preview

This commit is contained in:
2025-03-09 13:55:03 +01:00
parent 83dd2e5630
commit 7760e8d360

View File

@ -31,4 +31,4 @@ RUN bun astro build
EXPOSE 4321
# Start the Next.js application
CMD ["bun", "start"]
CMD ["bun", "preview"]