11 lines
204 B
Makefile
11 lines
204 B
Makefile
set dotenv-load := true
|
|
|
|
dev:
|
|
go run .
|
|
|
|
build tag="latest":
|
|
docker build -t git.zatch.ru/tsivinsky/oauth2-proxy:{{tag}} .
|
|
|
|
push tag="latest":
|
|
docker push git.zatch.ru/tsivinsky/oauth2-proxy:{{tag}}
|