Update README.md

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Hannes Heine 2023-03-08 09:32:03 +01:00 committed by GitHub
parent cde40b8274
commit 3b724b8022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,8 +138,8 @@ Prepare database once before you start by running the following command in a sec
```bash
# in main folder while docker-compose is up
$ docker-compose exec backend yarn run db:migrate init
$ docker-compose exec backend yarn run db:migrate up
$ docker compose exec backend yarn run db:migrate init
$ docker compose exec backend yarn run db:migrate up
```
Then clear and seed database by running the following command as well in the second terminal: