We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0813dac commit 0f73178Copy full SHA for 0f73178
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
ETCD_HOSTS: "https://172.17.0.1:22379,https://172.17.0.1:22381,https://172.17.0.1:22383"
16
ENABLE_DOCKER_PLUGIN: "true"
17
PUBLIC_HOSTNAME: "dev.172.17.0.1.xip.st-sc.fr"
18
- command: reflex -r '\.go$$' --inverse-regex='cmd/sand-agent-cli' -s -- sh -c 'go install -buildvcs=false -race github.com/Scalingo/sand/cmd/sand-agent && /go/bin/sand-agent'
+ command: reflex -r '\.go$$' --inverse-regex='cmd/sand-agent-cli' -s -- sh -c 'go install -buildvcs=false github.com/Scalingo/sand/cmd/sand-agent && /go/bin/sand-agent'
19
20
test:
21
build: .
0 commit comments