first commit

This commit is contained in:
ghostersk
2024-03-29 12:48:27 +00:00
committed by GitHub
parent dd6c056810
commit 58d6218bc2
18 changed files with 25473 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
pip install -r requirements.txt
#python app.py
export FLASK_RUN_EXTRA_FILES="startup.sh"
export FLASK_DEBUG=True
export FLASK_RUN_HOST="0.0.0.0"
export FLASK_RUN_PORT=80
flask run & python app.py
#tail -f /dev/null