fix: use legacy-peer-deps for promo-site build and solve deployment bottleneck
Some checks are pending
Deploy Código 0 / deploy (push) Waiting to run

This commit is contained in:
Javier 2026-03-25 12:38:29 +01:00
parent 5cbe03c1e0
commit b62700221e

View file

@ -1,7 +1,7 @@
FROM node:20-alpine as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm install --legacy-peer-deps
COPY . .
RUN npm run build