cambios 2

This commit is contained in:
beseira13
2026-01-19 15:53:30 -03:00
parent e74ce47497
commit af5490714c
2 changed files with 1 additions and 13 deletions

2
.env
View File

@@ -1,5 +1,5 @@
# URL del Backend (API REST)
VITE_API_URL=https://ws-sql-inyect.sial.cl:3120/v1
VITE_API_URL=https://ws-sql-inyect.sial.cl/v1
# Título de la aplicación
VITE_APP_TITLE=ADVICOM SQL Manager

View File

@@ -10,18 +10,6 @@ RUN npm install
# Copy source code
COPY . .
# Build the application
# We use build args to inject environment variables if needed during build time
ARG VITE_API_URL
ARG VITE_APP_TITLE
ARG VITE_USER_ID
ARG VITE_USER_PRIVILEGIO
ENV VITE_API_URL=$VITE_API_URL
ENV VITE_APP_TITLE=$VITE_APP_TITLE
ENV VITE_USER_ID=$VITE_USER_ID
ENV VITE_USER_PRIVILEGIO=$VITE_USER_PRIVILEGIO
RUN npm run build
# Production stage