feat: update dockerfile
This commit is contained in:
parent
788fc0fa24
commit
bedc6a6f8a
|
|
@ -15,7 +15,7 @@ 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 install
|
||||||
RUN pnpm add next-intl
|
RUN pnpm add next-intl
|
||||||
|
|
||||||
# Copying source files
|
# Copying source files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue