Fix the dockerfile app
This commit is contained in:
parent
2ca66733ab
commit
002e33411f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user