feat(docker): add docker-compose.yml (#387)

* Add Docker-compose

* refactor(docker): improve compose file

---------

Co-authored-by: Isaac <git@eartharoid.me>
This commit is contained in:
Uzurka
2023-02-15 22:04:43 +01:00
committed by GitHub
parent 64da241a76
commit cb4e253dda
2 changed files with 54 additions and 1 deletions

View File

@@ -21,4 +21,4 @@ ENV NODE_ENV=production \
WORKDIR /usr/bot
COPY --from=builder /build ./
EXPOSE ${HTTP_PORT}
ENTRYPOINT [ "/bin/sh", "/usr/bot/scripts/start.sh" ]
ENTRYPOINT [ "/usr/bot/scripts/start.sh" ]