Update the app port to 5000 like dokku assumes it will

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:02:21 -04:00
parent ab054c3ef4
commit 09ffa28778

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=3000 ENV APP_PORT=5000
RUN bun run build RUN bun run build
USER bun USER bun