Add docker stuff

This commit is contained in:
2026-05-18 23:49:53 -07:00
parent b93f005334
commit 7b4b2cc946
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ WORKDIR /app/book
# Install honkit globally and build the book
RUN npm install -g honkit && \
npm install honkit-plugin-theme-darkening --save-dev && \
honkit build
# Final Stage: Serve with Nginx