diff --git a/Makefile b/Makefile index 8c654ec..0045ca1 100644 --- a/Makefile +++ b/Makefile @@ -61,8 +61,8 @@ list-meetings: ## List meetings running on the BBB server bootstrap: ## Prepare Docker images for the project bootstrap: \ - build \ - .env + .env \ + build .PHONY: bootstrap # -- Build tools