.
This commit is contained in:
parent
508c790d20
commit
1144bb1f7f
@ -5,7 +5,7 @@ FROM node:lts-iron AS builder
|
||||
WORKDIR /api
|
||||
|
||||
COPY package.json ./
|
||||
RUN yarn install --production=false
|
||||
RUN yarn install
|
||||
|
||||
# Copiar el código de la aplicación
|
||||
COPY . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user