From 381918d85a2dea236cd0cb91d5394bbf4afb1412 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 5 Jul 2025 03:04:04 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53296033..66a0e76b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,7 @@ RUN npm install -g pnpm WORKDIR /usr/src/app # Menyalin file penting terlebih dahulu untuk caching -COPY package.json pnpm-lock.yaml ./ - -# Menyalin direktori ckeditor5 jika diperlukan -COPY vendor/ckeditor5 ./vendor/ckeditor5 +COPY package.json ./ # Install dependencies RUN pnpm install