Skip to content

Commit

Permalink
Fix SIGINT handling (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecs-google authored Aug 11, 2022
1 parent b309eb9 commit f7f30c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ mkdir -p "$VERIFICATION_LOGS_PATH"
echo "Logs stored in $VERIFICATION_LOGS_PATH" | tee "$VERIFICATION_LOGS_PATH/verify.log"

docker run \
--init \
--mount "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock,readonly" \
--mount "type=bind,source=$VERIFICATION_LOGS_PATH,target=/logs" \
--net=${DOCKER_NETWORK} \
Expand Down

0 comments on commit f7f30c7

Please sign in to comment.