build.sh 196 B

12345678910
  1. #!/bin/sh
  2. set -eu
  3. SCOPE_SRC=$GOPATH/src/github.com/weaveworks/scope
  4. # Mount the scope repo:
  5. # -v $(pwd):/go/src/github.com/weaveworks/scope
  6. make -C "$SCOPE_SRC" BUILD_IN_CONTAINER=false "$@"