docker is now working using the worst workaround known to man.... i will fix this codebase one day probably

This commit is contained in:
2025-11-17 18:57:42 +13:00
parent b85446865e
commit 427129de19
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm i
COPY . .
ENV PUBLIC_PB_URL=http://pb:8080
ENV PUBLIC_PB_URL="http://pb:8090"
ENV PUBLIC_URL=http://localhost:4321
RUN npm run build