fix: update dockerfile

This commit is contained in:
hanif salafi 2025-10-23 16:03:06 +07:00
parent 6a76f2c0c2
commit abb5e0370f
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ WORKDIR /usr/src/app
# Salin file penting untuk caching dependencies
COPY package.json pnpm-lock.yaml* ./
COPY ecosystem.config.js ./
# Salin vendor jika diperlukan (ckeditor misalnya)
COPY vendor/ckeditor5 ./vendor/ckeditor5