diff --git a/Dockerfile b/Dockerfile index ac11210..eed6797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM node:16 AS builder WORKDIR /app COPY package.json pnpm-lock.yaml ./ +RUN corepack enable RUN pnpm install COPY . .