Skip to content

Commit 0f73178

Browse files
build(docker-compose): remove -race option
This option relies on cgo that has been disabled.
1 parent 0813dac commit 0f73178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ETCD_HOSTS: "https://172.17.0.1:22379,https://172.17.0.1:22381,https://172.17.0.1:22383"
1616
ENABLE_DOCKER_PLUGIN: "true"
1717
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'
18+
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'
1919

2020
test:
2121
build: .

0 commit comments

Comments
 (0)