fix: update dockerfile
This commit is contained in:
parent
6a76f2c0c2
commit
abb5e0370f
|
|
@ -14,6 +14,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Salin file penting untuk caching dependencies
|
||||
COPY package.json pnpm-lock.yaml* ./
|
||||
COPY ecosystem.config.js ./
|
||||
|
||||
# Salin vendor jika diperlukan (ckeditor misalnya)
|
||||
COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||
|
|
|
|||
Loading…
Reference in New Issue