mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
set -e
|
|
|
|
docker build -t squoosh-rust - < ../rust.Dockerfile
|
|
docker run --rm -v $PWD:/src squoosh-rust "$@"
|