bumping to latest release

This commit is contained in:
lza_menace 2021-06-30 11:33:03 -07:00
parent a155844421
commit 2393ddbcd4
4 changed files with 19 additions and 18 deletions

View file

@ -7,13 +7,13 @@ help:
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
up: ## Build and run the required containers by fetching binaries
docker-compose -f docker-compose.yaml up -d
docker-compose up -d
build: ## Build the required containers by fetching binaries
docker-compose -f docker-compose.yaml build
docker-compose build
down: ## Stop the containers
docker-compose -f docker-compose.yaml down
docker-compose down
logs: ## Get logs from the containers
docker-compose -f docker-compose.yaml logs -f wownerod
docker-compose logs -f wownerod