Use the right db seed name

This commit is contained in:
faithngetich 2018-12-06 19:12:29 +03:00 committed by GitHub
parent 4a8d3a67ad
commit fc2fca0317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ Run:
docker-compose up
# if you want seed data
# open another terminal and run
docker-compose exec backend yarn run seedDb
docker-compose exec backend yarn run db:seed
```
App is [running on port 4000](http://localhost:4000/)