fix: update base path from /orcid2words to /orcid2sword in .env, Dockerfile, and nginx.conf

This commit is contained in:
Alexis
2026-05-14 10:50:52 +02:00
parent 7ac0eab321
commit 76f003377d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ COPY . .
# `env_file` en docker-compose solo inyecta variables en el contenedor al ARRANCAR
# (aquí nginx no usa Vite). `vite build` corre en esta fase y necesita `VITE_*`
# ya definidas: `.env` no entra en el contexto de build (.dockerignore).
ENV VITE_BASE_PATH=/orcid2words/
ENV VITE_BASE_PATH=/orcid2sword/
RUN npm run build
# ── Serve stage ────────────────────────────────────────────────