mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Fix docker command (#10764)
This commit is contained in:
parent
b880dbe5cd
commit
420876aad8
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user