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

8 lines
170 B
JSON

{
"name": "resize",
"scripts": {
"build:image": "docker build -t squoosh-resize .",
"build": "docker run --rm -v $(pwd):/src squoosh-resize ./build.sh"
}
}