keycloak-collective-portal/makefile

6 lines
82 B
Makefile
Raw Normal View History

2021-06-11 11:54:05 +00:00
.DEFAULT: run
.PHONY: run
run:
@uvicorn keycloak_collective_portal:app --reload