Add the APP_PORT to 3000
This commit is contained in:
parent
7d4fe42720
commit
5a5cc08843
@ -12,7 +12,7 @@ COPY ./chat-app .
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV APP_URL=chat.freedoom.party
|
||||
ENV APP_PORT=5000
|
||||
ENV APP_PORT=3000
|
||||
RUN bun run build
|
||||
|
||||
USER bun
|
||||
|
Loading…
Reference in New Issue
Block a user