build(elixir): update database seed

This commit is contained in:
Schuwi
2025-09-17 16:28:05 +02:00
parent 76b0a97d31
commit 68b0c0714e
2 changed files with 39 additions and 9 deletions

View File

@@ -51,6 +51,7 @@ A modern, idiomatic Elixir/Phoenix port of the original PHP-based component inve
2. **Set up the database:**
```bash
docker run --name components-postgres -p 5432:5432 -e POSTGRES_PASSWORD=fCnPB8VQdPkhJAD29hq6sZEY -d postgres # password: config/dev.exs
mix ecto.create
mix ecto.migrate
mix run priv/repo/seeds.exs