nuevas listas

This commit is contained in:
2023-03-09 12:53:52 +01:00
parent a6dc62496e
commit 2b6a40f795
5 changed files with 45 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm install -g npm@latest
RUN npm i -g @quasar/cli
COPY . .
COPY . .
# build stage
FROM develop-stage as build-stage