diff --git a/Dockerfile b/Dockerfile index cdba9ba..0ef40e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY vendor/ckeditor5 ./vendor/ckeditor5 # RUN npm install --force # RUN npm install -g npm@latest -RUN npm install +RUN npm install --legacy-peer-deps # Copying source files COPY . .