trying to get handler to pause/play

This commit is contained in:
2024-10-11 11:22:05 -04:00
parent 2688d2304e
commit 38841369fc
8 changed files with 47 additions and 33 deletions

View File

@@ -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