8 lines
161 B
JSON
8 lines
161 B
JSON
{
|
|
"name": "hqx",
|
|
"scripts": {
|
|
"build:image": "docker build -t squoosh-hqx .",
|
|
"build": "docker run --rm -v $(pwd):/src squoosh-hqx ./build.sh"
|
|
}
|
|
}
|