fix: run bun in container CMD (#8)
All checks were successful
CD / Test (push) Successful in 24s
CD / Build and push (amd64) (push) Successful in 1m1s
CD / Build and push (arm64) (push) Successful in 1m48s
CD / Create manifest (push) Successful in 10s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2025-01-08 14:03:33 +01:00
parent e9bcaf153c
commit 6ed44211c4

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