Files
Dorod-Sky/run_skyvern.sh
2024-03-06 19:06:15 -08:00

12 lines
246 B
Bash
Executable File

#!/bin/bash
kill $(lsof -t -i :8000)
if [ ! -f .env ]; then
cp .env.example .env
echo "Please add your api keys to the .env file."
fi
source "$(poetry env info --path)/bin/activate"
./run_alembic_check.sh
poetry run python -m skyvern.forge