Merge pull request #54 from faithngetich/patch-1

Use the right db seed name
This commit is contained in:
Robert Schäfer 2018-12-06 17:23:02 +01:00 committed by GitHub
commit 40f42240c6
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/)