From a4bdf34edd197747493311d8f7c2092db3534621 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sun, 5 Jan 2025 00:28:37 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13a7f02e..e0cb2f19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY vendor/ckeditor5 /usr/src/app/ # Install dependencies using pnpm # RUN npm install next --legacy-peer-deps -RUN pnpm install --frozen-lockfile +RUN pnpm install # RUN pnpm add next-intl # RUN pnpm add nextra # RUN pnpm add @next/bundle-analyzer