Compare commits

...

3 Commits

Author SHA1 Message Date
Sugui d8f1c73eb7 Changed CMD to ENTRYPOINT to stop gracefully
Build image / build (push) Successful in 1m1s Details
Unit Tests with docker compose / unit-test (push) Successful in 17s Details
2024-04-15 19:00:05 +02:00
Sugui 37df364d95 Merge branch 'develop'
Unit Tests with docker compose / unit-test (push) Successful in 19s Details
Build image / build (push) Successful in 59s Details
2024-04-15 18:51:16 +02:00
Alie 8c7468be18 v1.0.0 (#28)
Unit Tests with docker compose / unit-test (push) Successful in 41s Details
Build image / build (push) Successful in 1m37s Details
Co-authored-by: Sugui <anaisusg@gmail.com>
Reviewed-on: #28
Co-authored-by: Alie <bizcochito@anartist.org>
Co-committed-by: Alie <bizcochito@anartist.org>
2024-01-14 19:49:34 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ COPY ./src ./src
USER bun
ENV NODE_ENV production
EXPOSE 8080/tcp
CMD ["bun", "run", "start"]
ENTRYPOINT ["bun", "run", "start"]