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

This commit is contained in:
Enrico Bühler 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" ]

View File

@ -3,5 +3,5 @@ services:
container_name: avocadi-bot
image: git.unom.io/moriese/avocadi-bot:latest
volumes:
- ./.env:/usr/src/app/
- ./prod.sqlite:/usr/src/app/
- ./.env:/usr/src/app/.env
- ./prod.sqlite:/usr/src/app/prod.sqlite