docker is now working using the worst workaround known to man.... i will fix this codebase one day probably
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user