Files
checkoutCreate/start.sh
anamotaadyen 482fc51ed6 initial commit
2022-10-03 17:19:04 +01:00

6 lines
109 B
Bash
Executable File

#!/usr/bin/env bash
export FLASK_ENV=development
python3 -m venv venv
. venv/bin/activate
python3 app/app.py