feat: update dockerfile
This commit is contained in:
parent
6500ed2be4
commit
8774e2af0d
|
|
@ -14,11 +14,11 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/
|
||||||
COPY vendor/ckeditor5 /usr/src/app/
|
COPY vendor/ckeditor5 /usr/src/app/
|
||||||
|
|
||||||
# Install dependencies using pnpm
|
# Install dependencies using pnpm
|
||||||
# RUN npm install next --legacy-peer-deps
|
RUN npm install next --legacy-peer-deps
|
||||||
# RUN pnpm install
|
|
||||||
# RUN pnpm add next-intl
|
|
||||||
# RUN pnpm add nextra
|
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
|
RUN pnpm add next-intl
|
||||||
|
RUN pnpm add nextra
|
||||||
|
RUN pnpm add @next/bundle-analyzer
|
||||||
|
|
||||||
|
|
||||||
# Copying source files
|
# Copying source files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue