mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"name": "oxipng",
|
|
"scripts": {
|
|
"build:image": "docker build -t squoosh-oxipng .",
|
|
"build": "docker run --rm -v $(pwd):/src squoosh-oxipng ./build.sh"
|
|
}
|
|
}
|