Wrap the app_url in quotes.
This commit is contained in:
parent
e0b725445d
commit
242a7d23da
@ -11,7 +11,7 @@ COPY --from=install /temp/build/node_modules node_modules
|
|||||||
COPY ./chat-app .
|
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=5000
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user