forked from mirrors/bookwyrm
Adds init.dbdocker instructions to readme
This commit is contained in:
parent
b71a988007
commit
fdefd06e04
1 changed files with 1 additions and 0 deletions
|
@ -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 build
|
||||||
docker-compose up
|
docker-compose up
|
||||||
docker-compose exec web python manage.py migrate
|
docker-compose exec web python manage.py migrate
|
||||||
|
docker-compose exec web python manage.py shell -c 'import init_db'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue