feat: update Dockerfile

This commit is contained in:
hanif salafi 2025-01-04 22:50:43 +07:00
parent 977b7205de
commit 431991d34b
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app
# Installing dependencies # Installing dependencies
COPY package*.json pnpm-lock.yaml* /usr/src/app/ COPY package*.json pnpm-lock.yaml* /usr/src/app/
COPY vendor/ckeditor5 /usr/src/app/
# Install dependencies using pnpm # Install dependencies using pnpm
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile