Skip to content

Commit

Permalink
fix wrong makefile description
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Oct 28, 2023
1 parent 4ae37dd commit 27a69ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

run: ## Installs all prod dependencies
run: ## Starts Docker and installs all dependencies
docker-compose down | true;
docker-compose up -d
sleep 10
Expand Down

0 comments on commit 27a69ed

Please sign in to comment.