build #26

Merged
bizcochito merged 14 commits from build into develop 2024-01-14 13:56:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 470654b515 - Show all commits

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"]