Fix docker command (#10764)

This commit is contained in:
LitoMore 2024-04-04 10:26:43 +08:00 committed by GitHub
parent b880dbe5cd
commit 420876aad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]