diff --git a/Dockerfile b/Dockerfile index 198290a..b741c33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./