Edit Dockerfile

This commit is contained in:
hanif salafi 2025-07-05 03:04:04 +00:00
parent fe4ca9052a
commit 381918d85a
1 changed files with 1 additions and 4 deletions

View File

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