SorboBot / execution.sh
leo-bourrel's picture
!feat: Import new sorbobot version
68a9b68
raw
history blame contribute delete
No virus
166 Bytes
#!/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