Docker compose to setup new UI (#379)
This commit is contained in:
11
entrypoint-skyvernui.sh
Normal file
11
entrypoint-skyvernui.sh
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user