Files
oauth2-proxy/Justfile
2026-02-21 19:33:45 +03:00

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