Fix the dockerfile app

This commit is contained in:
Dave Smith-Hayes 2024-10-26 21:47:17 -04:00
parent 2ca66733ab
commit 002e33411f

View File

@ -11,6 +11,8 @@ COPY --from=install /temp/build/node_modules node_modules
COPY ./chat-app .
ENV NODE_ENV=production
ENV APP_URL=chat.freedoom.party
ENV APP_PORT=5000
RUN bun run build
USER bun