From 788fc0fa24ae5836858c9ce2669186806a9d3978 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 4 Jan 2025 23:43:15 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7366cfbd..5841c774 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,9 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/ COPY vendor/ckeditor5 /usr/src/app/ # Install dependencies using pnpm -RUN pnpm install +RUN npm install next --legacy-peer-deps +RUN pnpm Install +RUN pnpm add next-intl # Copying source files COPY . /usr/src/app