feat: update dockerfile
This commit is contained in:
parent
bdf4dba6e9
commit
49def10652
|
|
@ -14,8 +14,7 @@ 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 pnpm install
|
||||||
RUN pnpm install --no-frozen-lockfile
|
|
||||||
|
|
||||||
# Copying source files
|
# Copying source files
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue