Update the app port to 5000 like dokku assumes it will
This commit is contained in:
parent
ab054c3ef4
commit
09ffa28778
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user