seawolf2357's picture
Deploy from GitHub repository
3382f47 verified
raw
history blame contribute delete
167 Bytes
#!/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 forge