From 223440f2f22896c3e07c9cc933ee854a1711ae63 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 24 Apr 2022 22:44:30 +0200 Subject: [PATCH] use make build in readme --- _docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: