diff --git a/turbo-nextjs/Dockerfile b/turbo-nextjs/Dockerfile index 6ffba4b..6e8db73 100644 --- a/turbo-nextjs/Dockerfile +++ b/turbo-nextjs/Dockerfile @@ -17,7 +17,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ENV PUPPETEER_SKIP_DOWNLOAD=true # Install dependencies -RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install +RUN --mount=type=cache,id=pnpm,target=/pnpm/store npm install # Build the Next.js app FROM base AS builder