python_flask / startup.sh
bbqdennisEX's picture
-- Renew command, ngrok, startup shell file
d2a417a
raw
history blame
211 Bytes
#!/bin/bash
script="$0"
basename="$(dirname "$script")"
echo "Script name $script resides in $basename directory."
# go to the sdk directory first
cd "${basename}"
. venv/bin/activate
uvicorn app:app --reload