From 750eae29716916ebe56a9c0629292247c8859a14 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 3 Jul 2025 11:20:26 +0700 Subject: [PATCH] feat: fixing Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff1dd29..335d444 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN npm install -g pnpm WORKDIR /usr/src/app # Menyalin file penting terlebih dahulu untuk caching -COPY package.json pnpm-lock.yaml ./ +COPY package.json ./ # Menyalin direktori ckeditor5 jika diperlukan COPY vendor/ckeditor5 ./vendor/ckeditor5