From e26e639785d7db16b3c1a957f59d2a8a203d36b2 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 13 Feb 2025 16:21:06 +0700 Subject: [PATCH] feat: update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdba9ba..0ef40e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5 # RUN npm install --force # RUN npm install -g npm@latest -RUN npm install +RUN npm install --legacy-peer-deps # Copying source files COPY . .