Add the dockerfile
This commit is contained in:
parent
855eaff323
commit
2ca66733ab
@ -11,8 +11,6 @@ COPY --from=install /temp/build/node_modules node_modules
|
|||||||
COPY ./chat-app .
|
COPY ./chat-app .
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV APP_URL=chat.freedoom.party
|
|
||||||
ENV APP_PORT=3000
|
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
USER bun
|
USER bun
|
||||||
|
Loading…
Reference in New Issue
Block a user