mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 00:56:42 +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 . .
|
COPY . .
|
||||||
|
|
||||||
ENTRYPOINT ["npm", "run", "svgo", "--", "/image.svg"]
|
ENTRYPOINT ["npx", "svgo", "/image.svg"]
|
||||||
|
Loading…
Reference in New Issue
Block a user