File size: 83 Bytes
710db5f
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

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

echo "launching the app"