enable corepack
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m52s

This commit is contained in:
2025-12-05 22:21:55 -05:00
parent 00871ea467
commit a5c14ae5d0

View File

@@ -5,6 +5,9 @@ FROM alpine:latest AS builder
RUN apk add --no-cache nodejs npm
RUN npm install -g yarn
# Enable Corepack
RUN corepack enable
WORKDIR /app
COPY package.json yarn.lock ./