From 484c9c6362ba8056ae340704e73cb1407ff8a3d7 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 13 Feb 2025 08:24:35 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 674a3c2..3126a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,9 +18,9 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5 # Install dependencies # RUN pnpm install --frozen-lockfile -RUN npm install --force +# RUN npm install --force RUN npm install -g npm@latest -RUN npm install +RUN npm install --force # Copying source files COPY . .