From bedc6a6f8adce4a51fe747a2b3d9f4e69560fb72 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 4 Jan 2025 23:45:23 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5841c774..c19cc079 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 +RUN pnpm install RUN pnpm add next-intl # Copying source files