feat: fixing Dockerfile

This commit is contained in:
hanif salafi 2025-07-03 11:20:26 +07:00
parent 631696eb66
commit 750eae2971
1 changed files with 1 additions and 1 deletions

View File

@ -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