Skip to content

Commit

Permalink
🐳 🐛 Fix Dockerfile adding mkdocs commands
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Fernandes <[email protected]>
  • Loading branch information
msfernandes committed Apr 12, 2018
1 parent b1d442f commit 016d31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 016d31e

Please sign in to comment.