From ed0e40d3e626fb0ed1a30801c3519475f5fe3f3e Mon Sep 17 00:00:00 2001 From: ahyear Date: Thu, 6 Sep 2018 15:32:41 +0200 Subject: [PATCH] add migrate commande to docker update process --- docs/migrating.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migrating.rst b/docs/migrating.rst index d97d3d4bf..45646f058 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -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