Added Dockerfile & beginning of vweb server
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
9a09db0485
commit
65f113cdee
7 changed files with 65 additions and 11 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.PHONY: run
|
||||
run:
|
||||
API_KEY=test REPO_DIR=data v run vieter
|
||||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
v fmt -w vieter
|
||||
Reference in a new issue