1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-21 22:28:08 +00:00

add Dockerfile to support gitbook

This commit is contained in:
renxiang 2018-09-14 15:34:22 +08:00
parent 66ce8c05d5
commit 30660fdb73

3
Dockerfile Normal file
View File

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