Browse Source

add Dockerfile to support gitbook

renxiang 6 years ago
parent
commit
30660fdb73
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -0,0 +1,3 @@
+FROM daocloud.io/lrx0014/gitbook:master-31f4c85
+COPY ./ /srv/gitbook/
+EXPOSE 4000 35729