We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dc05a commit 7cc26ccCopy full SHA for 7cc26cc
Dockerfile
@@ -1,15 +1,9 @@
1
-FROM lrx0014/gitbook:3.2.3
+FROM kyselejsyrecek/gitbook:3.2.3
2
COPY ./ /srv/gitbook/
3
EXPOSE 4000
4
+WORKDIR /srv/gitbook
5
+CMD ["sh", "-c", "/usr/local/bin/gitbook serve"]
6
-# Update sources.list for Debian Jessie.
-RUN rm /etc/apt/sources.list
7
-RUN echo "deb http://archive.debian.org/debian-security jessie/updates main" >> /etc/apt/sources.list.d/jessie.list
8
-RUN echo "deb http://archive.debian.org/debian jessie main" >> /etc/apt/sources.list.d/jessie.list
9
-RUN apt update
10
-RUN apt install -y --force-yes bzip2 calibre inkscape
11
-
12
-# Run CommandBox shell with gitbook command available. (https://www.forgebox.io/view/gitbook-exporter)
13
# Examples:
14
#RUN gitbook pdf
15
#RUN gitbook epub
0 commit comments