pkiage's picture
build: add setup.sh
5311a6f
raw
history blame
213 Bytes
mkdir -p ~/.streamlit/
cat << EOF > ~/.streamlit/credentials.toml
[general]
email = "[email protected]"
EOF
cat << EOF > ~/.streamlit/config.toml
[server]
headless = true
enableCORS = false
port = $PORT
EOF