1 Commits

Author SHA1 Message Date
e77c8c5757 fix: run bun in container CMD
All checks were successful
CI / Test (pull_request) Successful in 26s
2025-01-08 13:50:40 +01:00

View File

@@ -20,4 +20,4 @@ FROM base as release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=build /app/dist .
CMD [ "node", "/app/app.js"]
CMD [ "bun", "/app/app.js"]