cambios para despliegue
This commit is contained in:
@@ -5,6 +5,9 @@ FROM node:20-alpine AS builder
|
|||||||
|
|
||||||
WORKDIR /app
|
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)
|
# Install dependencies (cache layer)
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
COPY yarn.lock .
|
COPY yarn.lock .
|
||||||
|
|||||||
Reference in New Issue
Block a user