Fix Dockerfile for last commit
Unit Tests with docker compose / unit-test (push) Successful in 18s Details
Build image / build (push) Successful in 1m4s Details

This commit is contained in:
Sugui 2024-04-15 19:05:27 +02:00
parent d8f1c73eb7
commit e52da2cfe7
1 changed files with 2 additions and 1 deletions

View File

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