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:
parent
ee9cb8972a
commit
e6c86d8391
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user