feat: update dockerfile

This commit is contained in:
hanif salafi 2025-01-04 23:48:17 +07:00
parent bedc6a6f8a
commit 73440559ad
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ COPY vendor/ckeditor5 /usr/src/app/
RUN npm install next --legacy-peer-deps
RUN pnpm install
RUN pnpm add next-intl
RUN pnpm add nextra
# Copying source files
COPY . /usr/src/app