Add docker stuff
This commit is contained in:
@@ -11,6 +11,7 @@ WORKDIR /app/book
|
|||||||
|
|
||||||
# Install honkit globally and build the book
|
# Install honkit globally and build the book
|
||||||
RUN npm install -g honkit && \
|
RUN npm install -g honkit && \
|
||||||
|
npm install honkit-plugin-theme-darkening --save-dev && \
|
||||||
honkit build
|
honkit build
|
||||||
|
|
||||||
# Final Stage: Serve with Nginx
|
# Final Stage: Serve with Nginx
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
node_modules
|
||||||
|
_book
|
||||||
+1
-2
@@ -1,2 +1 @@
|
|||||||
# Introduction
|
# Forward
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user