add a simple Makefile

This commit is contained in:
Jakub Sokołowski 2018-07-16 22:24:17 +02:00
parent f24786f050
commit 6f79459a2c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -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