edit docker file

This commit is contained in:
Rama Priyanto 2025-05-16 16:17:19 +07:00
parent b998e43306
commit 510490e47c
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ WORKDIR /usr/src/app
COPY package.json package-lock.json ./
# Salin ckeditor5 ke dalam workdir
COPY vendor/ckeditor5 ./vendor/ckeditor5
COPY vendor ./vendor
# Instal dependensi
RUN npm install -g npm@latest