add simple script for run on VPS

This commit is contained in:
ksemele 2022-04-03 14:00:00 +03:00
parent bcbed0a4c1
commit f10223a904
1 changed files with 4 additions and 0 deletions

4
run.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
source ./venv/bin/activate
python3 app.py