Implement most rove commands

Need to finish up /commands

	Need to pretify output of others
This commit is contained in:
Marc Di Luzio 2020-06-05 19:08:36 +01:00
parent 0620b9ce99
commit 88087e0338
2 changed files with 159 additions and 1 deletions

View file

@ -8,4 +8,5 @@ set -x
export VERSION=$(git describe --always --long --dirty --tags)
# Build and tag as latest and version
docker build -t "rove:latest" -t "rove:${VERSION}" -f "cmd/rove/Dockerfile" .
docker build -t "rove-server:latest" -t "rove-server:${VERSION}" -f "cmd/rove-server/Dockerfile" .