feat: update Dockerfile

This commit is contained in:
hanif salafi 2025-07-21 15:45:09 +07:00
parent 72b16e21ba
commit e0d9b43892
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ WORKDIR /usr/src/app
# Menyalin file penting terlebih dahulu untuk caching
COPY package.json ./
COPY vendor ./
# Menyalin direktori ckeditor5 jika diperlukan
COPY vendor/ckeditor5 ./vendor/ckeditor5
# Install dependencies
RUN pnpm install