Files
weave-scope/backend/build.bash
2015-09-10 16:58:49 +02:00

13 lines
187 B
Bash
Executable File

#!/bin/bash
set -x
# Mount the scope repo:
# -v $(pwd):/go/src/github.com/weaveworks/scope
cd /go/src/github.com/weaveworks/scope
make deps
make app/scope-app
make probe/scope-probe