push dockerizado y comprobado
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
FROM node:14.21.2-alpine as develop-stage
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm i -g @quasar/cli
|
||||
COPY . .
|
||||
|
||||
# build stage
|
||||
FROM develop-stage as build-stage
|
||||
RUN yarn
|
||||
RUN npm i
|
||||
RUN quasar build
|
||||
|
||||
# production stage
|
||||
|
||||
0
dockerizar.sh
Normal file → Executable file
0
dockerizar.sh
Normal file → Executable file
Reference in New Issue
Block a user