Files
Dorod-Sky/entrypoint-streamlit.sh

7 lines
142 B
Bash
Raw Normal View History

#!/bin/bash
set -e
# Run the command and pass in all three arguments
streamlit run streamlit_app/visualizer/streamlit.py --server.port 8501