feat: update DOckerfile

This commit is contained in:
hanif salafi 2025-07-03 22:58:11 +07:00
parent cd7c464466
commit a90d658446
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ COPY package.json ./
# Menyalin direktori ckeditor5 jika diperlukan # Menyalin direktori ckeditor5 jika diperlukan
COPY vendor/ckeditor5 ./vendor/ckeditor5 COPY vendor/ckeditor5 ./vendor/ckeditor5
# Menyalin env
COPY .env .env
# Install dependencies # Install dependencies
RUN pnpm install RUN pnpm install
# RUN pnpm install --frozen-lockfile # RUN pnpm install --frozen-lockfile