Files
weave-scope/backend/build.sh
2021-04-04 13:45:05 +01:00

11 lines
196 B
Bash
Executable File

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