clone3 commited on
Commit
de4ef64
·
verified ·
1 Parent(s): f0088f5

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +5 -0
start.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ # Start Tor as tor user in background
3
+ su -s /bin/sh -c 'tor &' tor
4
+ # Start Flask app with virtual environment's Python
5
+ /app/venv/bin/python /app/app.py