trying to get handler to pause/play
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,9 +15,13 @@ help: ## Help command
|
||||
backend-up: ## Start the backend containers
|
||||
@docker compose --profile backend up -d
|
||||
|
||||
up-backend: backend-up
|
||||
|
||||
backend-down: ## Stop the backend containers
|
||||
@docker compose --profile backend down
|
||||
|
||||
down-backend: backend-down
|
||||
|
||||
run: ## Run the project
|
||||
@echo "Running project..."
|
||||
@cargo run
|
||||
|
||||
Reference in New Issue
Block a user