Re-add docker-compose up command

This commit is contained in:
Charles Bochet
2024-01-13 11:02:00 +01:00
parent 0ef1736188
commit 03bf597301
3 changed files with 7 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Before running the project, you need to initialize the database by running the m
Start the containers:
```bash
make docker-dev-start
make docker-dev-up
```
Setup database, run migrations, and seed: