feat: update Dockerfile

This commit is contained in:
hanif salafi 2025-02-10 09:27:20 +07:00
parent 229f6af8bf
commit 6be98efc2f
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ WORKDIR /usr/src/app
# Installing dependencies
COPY package.json pnpm-lock.yaml ./
# Copy ckeditor5 to workdir
COPY vendor/ckeditor5 ./vendor/ckeditor5
# Install dependencies
RUN pnpm install --frozen-lockfile