mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-14 20:33:51 +01:00
fix dockerbuild
This commit is contained in:
parent
1992815b41
commit
557b3fd50d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ build:
|
||||||
cp src/gossa.go gossa.go
|
cp src/gossa.go gossa.go
|
||||||
make -C gossa-ui/
|
make -C gossa-ui/
|
||||||
go vet && go fmt
|
go vet && go fmt
|
||||||
CGO_ENABLED=0 go build
|
CGO_ENABLED=0 go build -o gossa
|
||||||
rm gossa.go
|
rm gossa.go
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue