feat(app): revert port & network changes
This commit is contained in:
parent
100872f2d9
commit
0993c5a760
6 changed files with 12 additions and 21 deletions
|
@ -2,11 +2,8 @@ FROM node:alpine
|
|||
|
||||
ARG NEXT_PUBLIC_WS_URL
|
||||
ARG NEXT_PUBLIC_API_URL
|
||||
ARG PORT
|
||||
|
||||
ENV NEXT_PUBLIC_WS_URL=${NEXT_PUBLIC_WS_URL}
|
||||
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
|
||||
ENV PORT=${PORT}
|
||||
|
||||
WORKDIR /home/perplexica
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue