feat: update dockerfile

This commit is contained in:
hanif salafi 2025-01-04 23:45:23 +07:00
parent 788fc0fa24
commit bedc6a6f8a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COPY vendor/ckeditor5 /usr/src/app/
# Install dependencies using pnpm
RUN npm install next --legacy-peer-deps
RUN pnpm Install
RUN pnpm install
RUN pnpm add next-intl
# Copying source files