From bdf4dba6e9fbad52eb050d8942958dd75967a0e7 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 4 Jan 2025 23:25:46 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82863418..f898c3b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/ COPY vendor/ckeditor5 /usr/src/app/ # Install dependencies using pnpm -RUN pnpm install next +RUN npm install next --legacy-peer-deps RUN pnpm install --no-frozen-lockfile # Copying source files