Skip to content

Commit 543e279

Browse files
ensure stdout goes to docker logs
1 parent 736942b commit 543e279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -e
33

44
python add_ga.py
5-
exec streamlit run main.py --server.port=8501 --server.address=0.0.0.0
5+
exec python -u -m streamlit run main.py --server.port=8501 --server.address=0.0.0.0

0 commit comments

Comments
 (0)