File size: 166 Bytes
68a9b68
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

bash /usr/local/bin/docker-entrypoint.sh "$@" &
postgres &
sleep 2

streamlit run sorbobotapp/app.py --server.port=7860 --server.address=0.0.0.0