Files
Dorod-Sky/run
2024-03-01 10:09:30 -08:00

10 lines
175 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
poetry run python -m skyvern.forge