1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-03 13:21:51 +02:00

8 lines
70 B
Makefile
Raw Normal View History

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