server: allow server to be started locally

This commit is contained in:
2023-08-29 11:19:27 +02:00
parent 68dce235ec
commit cc186fd8b2

View File

@@ -1,5 +1,7 @@
#!/bin/bash
source venv/bin/activate
if [ -f "venv/bin/activate" ]; then
source venv/bin/activate
fi
alembic upgrade head
python -m reflector.app