Adds init.dbdocker instructions to readme

This commit is contained in:
Mouse Reeve 2020-03-28 11:34:41 -07:00
parent b71a988007
commit fdefd06e04

View file

@ -78,6 +78,7 @@ You can also run the application in a docker container. You'll have to install t
docker-compose build
docker-compose up
docker-compose exec web python manage.py migrate
docker-compose exec web python manage.py shell -c 'import init_db'
```