enable corepack
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m52s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 2m52s
This commit is contained in:
@@ -5,6 +5,9 @@ FROM alpine:latest AS builder
|
|||||||
RUN apk add --no-cache nodejs npm
|
RUN apk add --no-cache nodejs npm
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
|
# Enable Corepack
|
||||||
|
RUN corepack enable
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
|
|||||||
Reference in New Issue
Block a user