Files
squoosh/codecs/oxipng/package.json
2020-05-13 19:39:27 +01:00

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"
}
}