use make build in readme

This commit is contained in:
Robert Kaussow 2022-04-24 22:44:30 +02:00
parent abbb3d4f89
commit 223440f2f2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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: