Implement most rove commands
Need to finish up /commands Need to pretify output of others
This commit is contained in:
parent
0620b9ce99
commit
88087e0338
2 changed files with 159 additions and 1 deletions
|
@ -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" .
|
Loading…
Add table
Add a link
Reference in a new issue