feat: add docker compose run configuration
This commit is contained in:
@@ -8,7 +8,7 @@ ifneq (,$(wildcard ./.env))
|
||||
endif
|
||||
|
||||
fmt: ## Format and fix import order
|
||||
goimports -w -local "e46" $(SRC)
|
||||
goimports -w -local "golang-app" $(SRC)
|
||||
|
||||
help: ## Display this help screen
|
||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
Reference in New Issue
Block a user