fix compose file
All checks were successful
release-tag / release-image (push) Successful in 1m28s

This commit is contained in:
2025-01-12 21:30:34 +01:00
parent 646227fab1
commit 2113755464
2 changed files with 2 additions and 3 deletions

View File

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