Fix: Hardcode backend URL for Dockploy

This commit is contained in:
2025-11-18 17:52:44 -03:00
parent 613132d665
commit 382876a79e

View File

@@ -12,7 +12,7 @@ RUN npm install
COPY . .
# Build argument para la URL de la API
ARG VITE_API_URL=http://localhost:8000
ARG VITE_API_URL=http://checklist-rons-0e8a3a-63dbc4-72-61-106-199.traefik.me
ENV VITE_API_URL=$VITE_API_URL
# Mostrar la URL que se está usando (para debug)