chore: auto build docker image for web
This commit is contained in:
parent
fea5649efb
commit
d863eff7de
7 changed files with 91 additions and 4 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export GO111MODULE = on
|
||||
|
||||
.PHONY: default test test-cover dev build
|
||||
|
||||
build:
|
||||
go build -tags netgo -o go-charts
|
||||
|
||||
release:
|
||||
go mod tidy
|
||||
Loading…
Add table
Add a link
Reference in a new issue