github.com/grahambrereton-form3/tilt@v0.10.18/integration/dcfastbuild/Tiltfile (about) 1 # -*- mode: Python -*- 2 3 docker_compose('docker-compose.yaml') 4 docker_build('gcr.io/windmill-test-containers/dcfastbuild', '.', 5 live_update=[ 6 sync('.', '/go/src/github.com/windmilleng/tilt/integration/dcfastbuild'), 7 run('go install github.com/windmilleng/tilt/integration/dcfastbuild/cmd/dcfastbuild'), 8 restart_container(), 9 ])