From 73440559ad5c35fdde6dcc5c09556702620497c0 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 4 Jan 2025 23:48:17 +0700 Subject: [PATCH] feat: update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c19cc079..e702a914 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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