Add the APP_PORT to 3000

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:00:27 -04:00
parent 7d4fe42720
commit 5a5cc08843

View File

@ -12,7 +12,7 @@ COPY ./chat-app .
ENV NODE_ENV=production ENV NODE_ENV=production
ENV APP_URL=chat.freedoom.party ENV APP_URL=chat.freedoom.party
ENV APP_PORT=5000 ENV APP_PORT=3000
RUN bun run build RUN bun run build
USER bun USER bun