Se agrego modulo de reportes, en especifico el submodulo de reportes de Datastage

This commit is contained in:
2025-09-10 16:39:22 -06:00
parent 4ee5c0d19d
commit 6c020d4799
8 changed files with 3070 additions and 2453 deletions

View File

@@ -5,10 +5,9 @@ WORKDIR /app
COPY package*.json ./
COPY vite.config.* ./
RUN npm install
COPY . .
EXPOSE 5173
CMD ["npm", "run", "dev", "--", "--host"]
CMD ["npm", "run", "dev"]