Add the dockerfile

This commit is contained in:
Dave Smith-Hayes 2024-10-26 21:46:15 -04:00
parent 855eaff323
commit 2ca66733ab

View File

@ -11,8 +11,6 @@ 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=3000
RUN bun run build
USER bun