Fix public base path for Sinbad2 /deckofcars reverse proxy.

This aligns frontend build defaults and CI deploy variables with the real proxy mount so the app is served under /deckofcars/generadorexamenesllm instead of falling back to the Sinbad homepage.
This commit is contained in:
Mireya Cueto Garrido
2026-06-02 13:17:02 +02:00
parent 944482b96c
commit 63f2d07bb3
5 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
build:
context: ./frontend
args:
VITE_APP_BASE_PATH: ${VITE_APP_BASE_PATH:-/generadorexamenesllm/}
VITE_APP_BASE_PATH: ${VITE_APP_BASE_PATH:-/deckofcars/generadorexamenesllm/}
VITE_API_URL: ${VITE_API_URL:-}
VITE_GOOGLE_CLIENT_ID: ${VITE_GOOGLE_CLIENT_ID:-}
ports: