SorboBot / execution.sh
leo-bourrel's picture
feat: postgreSQL docker image
26b6fc7
raw
history blame
144 Bytes
#!/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