Docker compose to setup new UI (#379)

This commit is contained in:
LawyZheng
2024-05-30 01:36:17 +08:00
committed by GitHub
parent b767e6f03d
commit f13dffb3ef
5 changed files with 76 additions and 11 deletions

11
entrypoint-skyvernui.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# setting api key
export VITE_SKYVERN_API_KEY=$(sed -n 's/.*cred\s*=\s*"\([^"]*\)".*/\1/p' .streamlit/secrets.toml)
npm run start