Ajout d'un exécutable pour lancer le serveur

This commit is contained in:
n07070 2022-03-15 14:48:05 +01:00
parent bb7e12a561
commit 81a99b6a80

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
export FLASK_APP=src/main.py
export FLASK_ENV=development
flask run --host 192.168.0.42 --debugger --eager-loading