fix: run bun in container CMD
All checks were successful
CI / Test (pull_request) Successful in 26s

This commit is contained in:
2025-01-08 13:50:40 +01:00
parent 990e7b1dbe
commit e77c8c5757

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"]