2 Commits

Author SHA1 Message Date
9975c5d1ca Merge branch 'main' into fix-run-bun-in-container
All checks were successful
CI / Test (pull_request) Successful in 24s
2025-01-08 13:54:16 +01:00
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=install /temp/prod/node_modules node_modules
COPY --from=build /app/dist . COPY --from=build /app/dist .
CMD [ "node", "/app/app.js"] CMD [ "bun", "/app/app.js"]