This commit is contained in:
David Arranz 2024-09-06 12:09:52 +02:00
parent 8b5d8cf48b
commit 58fad5e89b

View File

@ -4,7 +4,7 @@ FROM node:lts-iron AS builder
# Establecer el directorio de trabajo
WORKDIR /api
COPY package.json yarn.lock ./
COPY package.json ./
RUN yarn install --production=false
# Copiar el código de la aplicación