From e6c86d83918ef2a0e5d67d23f94a4ed09481fe14 Mon Sep 17 00:00:00 2001 From: june Date: Wed, 13 Aug 2025 21:25:04 +1200 Subject: [PATCH] one line fixed it :3 but also i don't want to remove the other two cos they're useful --- Dockerfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.combined b/Dockerfile.combined index 0846954..05c7700 100644 --- a/Dockerfile.combined +++ b/Dockerfile.combined @@ -6,7 +6,7 @@ WORKDIR /app COPY package*.json ./ RUN npm i COPY . . -ENV PUBLIC_PB_URL=http://pb:8080 +ENV PUBLIC_PB_URL=http://localhost:8080 ENV PUBLIC_URL=http://localhost:4321 RUN npm run build