feat: update dockerfile
This commit is contained in:
parent
98d383931a
commit
bdf4dba6e9
|
|
@ -14,7 +14,7 @@ COPY package*.json pnpm-lock.yaml* /usr/src/app/
|
|||
COPY vendor/ckeditor5 /usr/src/app/
|
||||
|
||||
# Install dependencies using pnpm
|
||||
RUN pnpm install next
|
||||
RUN npm install next --legacy-peer-deps
|
||||
RUN pnpm install --no-frozen-lockfile
|
||||
|
||||
# Copying source files
|
||||
|
|
|
|||
Loading…
Reference in New Issue