feat: update dockerfile
This commit is contained in:
parent
bedc6a6f8a
commit
73440559ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue