File size: 144 Bytes
26b6fc7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

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

sleep 2

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