oauth2-proxy/contrib/local-environment/Makefile

8 lines
70 B
Makefile

.PHONY: up
up:
docker-compose up -d
.PHONY: %
%:
docker-compose $*