This commit is contained in:
David Arranz 2024-09-06 17:18:29 +02:00
parent 508c790d20
commit 1144bb1f7f

View File

@ -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 . .