keycloak-collective-portal/makefile

6 lines
82 B
Makefile

.DEFAULT: run
.PHONY: run
run:
@uvicorn keycloak_collective_portal:app --reload