Use Docker to run a gitbook server
@@ -0,0 +1,3 @@
+FROM lrx0014/gitbook:3.2.3
+COPY ./ /srv/gitbook/
+EXPOSE 4000