add migrate commande to docker update process

This commit is contained in:
ahyear 2018-09-06 15:32:41 +02:00 committed by GitHub
parent d440980fbc
commit fb7e264ef8

View File

@ -101,6 +101,7 @@ is similar:
$ cd /path/to/project
$ git pull
$ docker build -t paperless .
$ docker-compose run --rm comsumer migrate
$ docker-compose up -d
If ``git pull`` doesn't report any changes, there is no need to continue with