8 lines
170 B
JSON
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"
|
|
}
|
|
}
|