Change public url to /

This commit is contained in:
2025-09-28 15:28:13 +02:00
parent 5917a35da5
commit 45f58fc158
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,9 @@ RUN npm ci --silent --legacy-peer-deps
COPY . .
ARG REACT_APP_API_URL=""
ARG PUBLIC_URL=/
ENV REACT_APP_API_URL=${REACT_APP_API_URL}
ENV PUBLIC_URL=${PUBLIC_URL}
RUN npm run build