fix entrypoint
All checks were successful
release-tag / release-image (push) Successful in 22s

This commit is contained in:
Enrico Bühler 2025-01-12 21:33:08 +01:00
parent 2113755464
commit 44e6308cc2

View File

@ -29,4 +29,4 @@ COPY --from=prerelease /usr/src/app/ .
# run the app # run the app
USER bun USER bun
ENTRYPOINT [ "bun", "run", "index.ts" ] ENTRYPOINT [ "bun", "run", "./src/index.ts" ]