diff --git a/ecs/Makefile b/ecs/Makefile index 1033acd2e..0fd6b65ae 100644 --- a/ecs/Makefile +++ b/ecs/Makefile @@ -11,6 +11,7 @@ e2e: build ## Run tests go test ./... -v -tags=e2e dev: build + @mkdir -p ~/.docker/cli-plugins/ ln -f -s "${PWD}/dist/docker-ecs" "${HOME}/.docker/cli-plugins/docker-ecs" lint: ## Verify Go files