Skip to content

Commit

Permalink
Up detached
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirddog committed Oct 14, 2024
1 parent eeeef06 commit be0aa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ help: ## Show this help message
@grep -Eh '\s##\s' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m %-30s\033[0m %s\n", $$1, $$2}'

start: ## Start SpiffWorkflow for local development
@docker compose -p $(docker_prefix) up
@docker compose -p $(docker_prefix) up -d

up: ## Alias for start
up: start
Expand Down

0 comments on commit be0aa17

Please sign in to comment.