Se agrego modulo de reportes, en especifico el submodulo de reportes de Datastage
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user