feat: add docker compose run configuration

This commit is contained in:
2022-08-08 00:39:22 +03:00
parent f2f9e10f0e
commit ea859546ee
5 changed files with 50 additions and 1 deletions
+1 -1
View File
@@ -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}'