one line fixed it :3 but also i don't want to remove the other two cos they're useful

This commit is contained in:
June 2025-08-13 21:25:04 +12:00
parent ee9cb8972a
commit e6c86d8391
Signed by: breadone
GPG Key ID: FDC19FE143200483

View File

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