error on enviroment var dockerfile
Unit Tests with docker compose / unit-test (push) Successful in 38s Details
Build image / build (push) Successful in 1m45s Details

This commit is contained in:
Alie 2024-01-14 14:20:18 +01:00
parent 2bced1d079
commit 470654b515
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ COPY ./src ./src
# run the app
USER bun
ENV NODE_ENV=production
ENV NODE_ENV production
EXPOSE 8080/tcp
CMD ["bun", "run", "start"]