From 016d31eebb53efd2ef443bcfbf702dc7ff2d9f8c Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Thu, 12 Apr 2018 15:57:00 -0300 Subject: [PATCH] :whale: :bug: Fix Dockerfile adding mkdocs commands Signed-off-by: Matheus Fernandes --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2ea608e..a78b39b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN pip install 'pipenv==8.1.2' psycopg2 gunicorn RUN pipenv install --system RUN npm install && \ + python3 src/manage.py build_mkdocs && \ python3 src/manage.py collectstatic --no-input && \ python3 src/manage.py compilemessages