Retry Docker UP

This commit is contained in:
2025-11-20 14:06:26 -03:00
parent b11ae51c6d
commit e1f46dbd1d
5 changed files with 86 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ RUN npm install
COPY . .
# Definimos la URL de la API para el panel de admin
RUN VITE_API_BASE_URL=http://192.168.5.129:8080 npm run build
RUN VITE_API_BASE_URL="" npm run build
# ---- Etapa Final (Runtime) ----
FROM nginx:alpine AS final