feat : update dockerfle

This commit is contained in:
hanif salafi 2025-02-13 16:17:14 +07:00
parent 3c95ac87b6
commit d4ea662850
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Installing dependencies
COPY package*.json pnpm-lock.yaml ./
COPY package*.json ./
# Copy ckeditor5 to workdir
COPY vendor/ckeditor5 ./vendor/ckeditor5