Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run script allows empty docker_args (#2053)
Currently when using `bazel run` on a docker image, I get: ``` /[redacted].executable: line 281: docker_args[@]: unbound variable ``` Alternatively, we could just `set +u` before execing docker.
- Loading branch information