Skip to content

Commit

Permalink
make ^C work on these runs; breaks non-terminal build. needs more work
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Dec 2, 2024
1 parent 97d4c94 commit ec36911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-targets/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
TARGET=$1
shift
docker run -v $(pwd):$(pwd) -w $(pwd) --rm voorkant-builder:$TARGET "$@"
docker run -ti --init -v $(pwd):$(pwd) -w $(pwd) --rm voorkant-builder:$TARGET "$@"

0 comments on commit ec36911

Please sign in to comment.