From 557b3fd50d618e2e5ec2007d87ee502d56170560 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Sun, 25 Oct 2020 15:48:22 +0100 Subject: [PATCH] fix dockerbuild --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765aebe..414d789 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: cp src/gossa.go gossa.go make -C gossa-ui/ go vet && go fmt - CGO_ENABLED=0 go build + CGO_ENABLED=0 go build -o gossa rm gossa.go install: