File size: 161 Bytes
de4ef64
 
 
 
 
1
2
3
4
5
#!/bin/sh
# Start Tor as tor user in background
su -s /bin/sh -c 'tor &' tor
# Start Flask app with virtual environment's Python
/app/venv/bin/python /app/app.py