This commit is contained in:
parent
646227fab1
commit
2113755464
@ -29,5 +29,4 @@ COPY --from=prerelease /usr/src/app/ .
|
|||||||
|
|
||||||
# run the app
|
# run the app
|
||||||
USER bun
|
USER bun
|
||||||
EXPOSE 3000/tcp
|
|
||||||
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
ENTRYPOINT [ "bun", "run", "index.ts" ]
|
@ -3,5 +3,5 @@ services:
|
|||||||
container_name: avocadi-bot
|
container_name: avocadi-bot
|
||||||
image: git.unom.io/moriese/avocadi-bot:latest
|
image: git.unom.io/moriese/avocadi-bot:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/usr/src/app/
|
- ./.env:/usr/src/app/.env
|
||||||
- ./prod.sqlite:/usr/src/app/
|
- ./prod.sqlite:/usr/src/app/prod.sqlite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user