diff --git a/Dockerfile b/Dockerfile index fa75c7a96a65..3b2d0b68dac5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN npm install --ignore-scripts --no-audit --no-fund COPY . . -ENTRYPOINT ["npm", "run", "svgo", "--", "/image.svg"] +ENTRYPOINT ["npx", "svgo", "/image.svg"]