fix logs command

This commit is contained in:
lza_menace
2020-10-05 15:42:24 -07:00
parent 7d31fda77d
commit 7efe843eee

View File

@@ -19,7 +19,7 @@ down-full: ## Stop the containers
docker-compose -f docker-compose.compile.yaml up -d docker-compose -f docker-compose.compile.yaml up -d
logs: ## Get logs from the containers logs: ## Get logs from the containers
docker-compose -f docker-compose.nocompile.yaml up -d docker-compose -f docker-compose.nocompile.yaml logs -f
logs-full: ## Get logs from the containers logs-full: ## Get logs from the containers
docker-compose -f docker-compose.compile.yaml up -d docker-compose -f docker-compose.compile.yaml logs -f