diff --git a/Dockerfile b/Dockerfile index f489577..678c1ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY --from=install /temp/build/node_modules node_modules COPY ./chat-app . ENV NODE_ENV=production -ENV APP_URL=chat.freedoom.party +ENV APP_URL="chat.freedoom.party" ENV APP_PORT=5000 RUN bun run build