feat: fixing Dockerfile
This commit is contained in:
parent
631696eb66
commit
750eae2971
|
|
@ -11,7 +11,7 @@ RUN npm install -g pnpm
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
# Menyalin file penting terlebih dahulu untuk caching
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY package.json ./
|
||||
|
||||
# Menyalin direktori ckeditor5 jika diperlukan
|
||||
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||
|
|
|
|||
Loading…
Reference in New Issue