SorboBot / execution.sh
Léo Bourrel
feat: install pre-commit && clean
39a3f86
raw
history blame
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