first round of review
This commit is contained in:
parent
870804e7b9
commit
23049da55a
15 changed files with 325 additions and 182 deletions
|
|
@ -14,12 +14,6 @@ fi
|
|||
pkill -f "uvicorn main:app" 2>/dev/null || true
|
||||
sleep 1
|
||||
|
||||
# Start db
|
||||
docker compose up -d db
|
||||
|
||||
# Wait for db to be ready
|
||||
sleep 2
|
||||
|
||||
# Seed the database with roles and test users
|
||||
cd backend
|
||||
echo "Seeding database..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue