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

This commit is contained in:
2025-12-05 22:13:33 -05:00
parent 9180760130
commit 8f2a3d4051

View File

@@ -1,10 +1,7 @@
# 1. Install dependencies and build the project
FROM alpine:latest AS builder
# Enable Corepack
RUN corepack enable
# Set Yarn to the latest stable version
# Install node and yarn
RUN apk add --no-cache nodejs yarn
WORKDIR /app