SorboBot / execution.sh
leo-bourrel's picture
feat: update execution script with new app.py path
afbeab2
raw
history blame
165 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