Add makefile [ci skip]

This commit is contained in:
decentral1se
2021-06-11 13:54:05 +02:00
parent a9b03ec081
commit 14c810f436

5
makefile Normal file
View File

@ -0,0 +1,5 @@
.DEFAULT: run
.PHONY: run
run:
@uvicorn keycloak_collective_portal:app --reload