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