Skyvern/entrypoint-streamlit.sh
LawyZheng c0b4510ba8
docker compose setup (#162)
Co-authored-by: Kerem Yilmaz <kerem@skyvern.com>
2024-04-11 08:54:27 +08:00

7 lines
No EOL
142 B
Bash

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