Moved to bun runtime for prod

This commit is contained in:
2025-08-11 20:07:48 +02:00
parent a9976c60dc
commit d74357a67f
3 changed files with 2 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ FROM oven/bun:alpine
WORKDIR /app
COPY --from=build /app/dist /app
CMD ["bun", "run", "index.js"]
CMD ["bun", "run", "--bun", "index.js"]