fix dockerbuild

This commit is contained in:
Pierre Dubouilh 2020-10-25 15:48:22 +01:00
parent 1992815b41
commit 557b3fd50d
No known key found for this signature in database
GPG key ID: 8FE8BEDA9D4DB0D7

View file

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