From d3fb4796aa5dc151038266a644668f6bcabb0784 Mon Sep 17 00:00:00 2001 From: Harsh Date: Mon, 4 Dec 2023 15:56:56 +0530 Subject: [PATCH] fix(workflow): added next install in docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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