Edit Dockerfile
This commit is contained in:
parent
fe4ca9052a
commit
381918d85a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue