feat: update Dockerfile
This commit is contained in:
parent
d4ea662850
commit
e26e639785
|
|
@ -20,7 +20,7 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5
|
||||||
|
|
||||||
# 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 --legacy-peer-deps
|
||||||
|
|
||||||
# Copying source files
|
# Copying source files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue