diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ca64024 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.DEFAULT_GOAL := all + +all: oauth2-proxy-image + +oauth2-proxy-image: ## Build the oauth2-proxy docker container + docker build oauth2-proxy --tag statusteam/oauth2-proxy:2.2.0