update readme and add screenshot

This commit is contained in:
lza_menace
2020-10-07 23:48:40 -07:00
parent 54ccb9e558
commit 56b1647b4b
3 changed files with 38 additions and 5 deletions

View File

@@ -12,6 +12,12 @@ up: ## Build and run the required containers by fetching binaries
up-full: ## Build and run the required containers by compiling source
docker-compose -f docker-compose.full.yaml up -d
build: ## Build the required containers by fetching binaries
docker-compose -f docker-compose.yaml build --no-cache
build-full: ## Build the required containers by compiling source
docker-compose -f docker-compose.full.yaml build --no-cache
down: ## Stop the containers
docker-compose -f docker-compose.yaml down