feat: update dockerfile

This commit is contained in:
hanif salafi 2025-01-04 23:39:24 +07:00
parent bdf4dba6e9
commit 49def10652
1 changed files with 1 additions and 2 deletions

View File

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