fix(Dockerfile): update command to start Astro application

This commit is contained in:
2025-03-09 14:06:11 +01:00
parent 60935042a7
commit 67400ee308

View File

@ -31,4 +31,4 @@ RUN bun astro build
EXPOSE 4321
# Start the Astro application
CMD ["bun", "start", "-p", "4321", "--host"]
CMD ["bun", "preview", "--host"]