Edit Dockerfile

This commit is contained in:
hanif salafi 2025-04-16 07:09:19 +00:00
parent a167571324
commit e6ee1ad1d7
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5
# Install dependencies
RUN pnpm install --frozen-lockfile
# RUN pnpm install --frozen-lockfile
# Menyalin source code aplikasi
COPY . .