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

This commit is contained in:
Sugui 2024-04-15 19:00:05 +02:00
parent 37df364d95
commit d8f1c73eb7
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"]