Add docker compose for dev db to run

This commit is contained in:
Curt Spark 2024-07-08 19:28:08 +01:00
parent 3776666639
commit bdad460fc3
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -1 +1,2 @@
docker compose up -d
uvicorn main:app --reload