feat: update dockerfile

This commit is contained in:
hanif salafi 2025-01-04 23:15:00 +07:00
parent bb5d638fba
commit 98d383931a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/
COPY vendor/ckeditor5 /usr/src/app/
# Install dependencies using pnpm
RUN pnpm install next
RUN pnpm install --no-frozen-lockfile
# Copying source files