feat: update dockerfile
This commit is contained in:
parent
49def10652
commit
788fc0fa24
|
|
@ -14,7 +14,9 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/
|
|||
COPY vendor/ckeditor5 /usr/src/app/
|
||||
|
||||
# Install dependencies using pnpm
|
||||
RUN pnpm install
|
||||
RUN npm install next --legacy-peer-deps
|
||||
RUN pnpm Install
|
||||
RUN pnpm add next-intl
|
||||
|
||||
# Copying source files
|
||||
COPY . /usr/src/app
|
||||
|
|
|
|||
Loading…
Reference in New Issue