1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-01 22:51:45 +02:00
Files
oauth2-proxy/contrib/local-environment/Makefile

8 lines
70 B
Makefile
Raw Normal View History

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