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

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

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