diff --git a/_docs/_index.md b/_docs/_index.md index 5baa242..c59b458 100644 --- a/_docs/_index.md +++ b/_docs/_index.md @@ -31,7 +31,7 @@ export GOARCH=amd64 export CGO_ENABLED=0 export GO111MODULE=on -go build -v -a -tags netgo -o dist/drone-docker ./cmd/drone-docker/ +make build ``` Build the Docker image with the following command: