From fb7e264ef86be076cef1929f921de50a3f3505e2 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