mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-15 01:28:34 +02: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…
x
Reference in New Issue
Block a user