Add docker-compose up to README

This commit is contained in:
Chad Nelson 2021-01-20 17:17:30 -05:00
parent 0700a71803
commit b6b6a8a3f8

View file

@ -66,6 +66,7 @@ You'll have to install the Docker and docker-compose. When you're ready, run:
docker-compose build
docker-compose run --rm web python manage.py migrate
docker-compose run --rm web python manage.py initdb
docker-compose up
```
Once the build is complete, you can access the instance at `localhost:1333`