File size: 89 Bytes
9aaf513
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

source venv/bin/activate
python app.py "$@"

echo "launching the app"