update readme and add screenshot
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user