Fix Production startup

This commit is contained in:
2025-07-13 10:42:05 +01:00
parent f77cd1302e
commit 58d5612b74
4 changed files with 49 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ RUN bun run build
EXPOSE 4321
# Start the SSR server
CMD ["bun", "run", "preview","--host"]
CMD ["bun", "run", "start"]