Fix docker-compose commands (#3403)

This commit is contained in:
Charles Bochet
2024-01-12 14:31:47 +01:00
committed by GitHub
parent 52e0e385a4
commit 6672b04733
4 changed files with 11 additions and 17 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-up
make docker-dev-start
```
Setup database, run migrations, and seed: