SorboBot / execution.sh
leo-bourrel's picture
fix dockerfile (#1)
e6889e1
raw
history blame
153 Bytes
#!/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