feat: update dockerfile
This commit is contained in:
parent
fea5814222
commit
484c9c6362
|
|
@ -18,9 +18,9 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5
|
|||
# Install dependencies
|
||||
# RUN pnpm install --frozen-lockfile
|
||||
|
||||
RUN npm install --force
|
||||
# RUN npm install --force
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install
|
||||
RUN npm install --force
|
||||
|
||||
# Copying source files
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue