diff --git a/server/Dockerfile b/server/Dockerfile index a50f2ef..44034a0 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -13,9 +13,7 @@ COPY package.json ./ COPY tsconfig*.json ./ # Instalar dependencias -RUN yarn install - - +RUN yarn install --production # Copiar el resto del código de la aplicación COPY . .