From e14521418a27616a718a67c9b3c09f4798a0acad Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:21:28 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20Dockerfile=20to=20enable?= =?UTF-8?q?=20pnpm=20package=20manager=20=F0=9F=90=B9=20(#193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ecran/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ecran/Dockerfile b/apps/ecran/Dockerfile index 0458582..cfba7a9 100644 --- a/apps/ecran/Dockerfile +++ b/apps/ecran/Dockerfile @@ -20,6 +20,7 @@ ENV NODE_ENV production ENV NEXT_TELEMETRY_DISABLED 1 RUN addgroup --system --gid 1001 nodejs RUN adduser --system --uid 1001 nextjs +RUN corepack enable pnpm COPY --from=builder /app/public ./public # Set the correct permission for prerender cache