mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-13 09:17:20 +00:00
Make Docker runs interactive
Otherwise they're impossible to cancel via Ctrl+C and this is driving me mad.
This commit is contained in:
committed by
Ingvar Stepanyan
parent
0ded493489
commit
d15dba7d20
@@ -7,4 +7,4 @@ then
|
||||
fi
|
||||
IMG_NAME=squoosh-rust$IMG_SUFFIX
|
||||
docker build -t $IMG_NAME --build-arg RUST_IMG - < ../rust.Dockerfile
|
||||
docker run --rm -v $PWD:/src $IMG_NAME "$@"
|
||||
docker run -it --rm -v $PWD:/src $IMG_NAME "$@"
|
||||
|
||||
Reference in New Issue
Block a user