Wrap the app_url in quotes.

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:25:34 -04:00
parent e0b725445d
commit 242a7d23da

View File

@ -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