Files
Dorod-Sky/entrypoint-skyvernui.sh

11 lines
174 B
Bash
Raw Normal View History

2024-05-30 01:36:17 +08:00
#!/bin/bash
set -e
# setting api key
VITE_SKYVERN_API_KEY=$(sed -n 's/.*cred\s*=\s*"\([^"]*\)".*/\1/p' .streamlit/secrets.toml)
export VITE_SKYVERN_API_KEY
2024-05-30 01:36:17 +08:00
npm run start