Fix #256: Added troubleshotting and technical overview documentation

This commit is contained in:
Eliot Berriot 2018-06-24 23:42:38 +02:00
commit 39461b8fab
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
10 changed files with 379 additions and 31 deletions

View file

@ -1,4 +1,5 @@
FROM python:3.6-alpine
FROM python:3.6
RUN apt-get update && apt-get install -y graphviz
RUN pip install sphinx livereload
WORKDIR /app/docs