This commit is contained in:
metacryst
2026-03-10 19:09:53 -05:00
parent 7cfcc01c99
commit 042648512f
2 changed files with 10 additions and 5 deletions

10
readme.md Normal file
View File

@@ -0,0 +1,10 @@
## Start site and db (does it work?)
docker compose up --build
## Start docker db
docker compose up db
## Re-seed db
docker compose down -v