cambios para despliegue

This commit is contained in:
2026-06-10 15:26:34 -04:00
parent bac21f5e4c
commit b56c55be38

View File

@@ -5,6 +5,9 @@ FROM node:20-alpine AS builder
WORKDIR /app
# Install Yarn 1 (classic) ensures compatibility with existing lockfile
RUN npm install -g yarn@1.22.19 && yarn --version
# Install dependencies (cache layer)
COPY package.json .
COPY yarn.lock .