Compare commits

...

2 Commits

Author SHA1 Message Date
Sugui 9c769c8043 Merge branch 'develop'
Unit Tests with docker compose / unit-test (push) Successful in 25s Details
Build image / build (push) Successful in 1m9s Details
2024-04-15 19:14:21 +02:00
Sugui daea20d564 Fix Dockerfile for last commit
Unit Tests with docker compose / unit-test (push) Successful in 17s Details
2024-04-15 19:12:44 +02:00
1 changed files with 1 additions and 1 deletions

View File

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