1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Merge pull request #624 from lrx0014/gitbook-docker

Use Docker to run a gitbook server
This commit is contained in:
0xAX 2018-09-15 14:58:22 +06:00 committed by GitHub
commit 85d3e42141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM lrx0014/gitbook:3.2.3
COPY ./ /srv/gitbook/
EXPOSE 4000