diff --git a/Dockerfile b/Dockerfile index cc2a73001..34ae58cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY package.json pnpm-lock.yaml /app/ # Install PNPM globally -RUN npm install -g pnpm +RUN npm install -g pnpm next # Install project dependencies using PNPM RUN pnpm install --ignore-scripts puppeteer