diff --git a/Dockerfile b/Dockerfile index 674a3c2..3126a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .