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