From 8774e2af0dd2bd4184c8850cc001285a6dad2395 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sun, 5 Jan 2025 00:17:07 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 521777e7..d70ceaba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,11 +14,11 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/ COPY vendor/ckeditor5 /usr/src/app/ # Install dependencies using pnpm -# RUN npm install next --legacy-peer-deps -# RUN pnpm install -# RUN pnpm add next-intl -# RUN pnpm add nextra +RUN npm install next --legacy-peer-deps RUN pnpm install +RUN pnpm add next-intl +RUN pnpm add nextra +RUN pnpm add @next/bundle-analyzer # Copying source files