feat: update dockerfile

This commit is contained in:
hanif salafi 2025-01-04 23:43:15 +07:00
parent 49def10652
commit 788fc0fa24
1 changed files with 3 additions and 1 deletions

View File

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