fixing docs generation: was adding Dockerfile too..

This commit is contained in:
Julien Neuhart
2018-12-14 09:15:51 +01:00
parent a15cf33691
commit 3f7b006d16
11 changed files with 1 additions and 73 deletions

View File

@@ -21,4 +21,4 @@ RUN go get github.com/apex/static/cmd/static-docs
WORKDIR /docs
CMD [ "static-docs", "--in", "build/docs", "--out", "docs", "--theme", "gotenberg", "--title", "Gotenberg", "--subtitle", "A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF." ]
CMD [ "static-docs", "--in", "build/docs/content", "--out", "docs", "--theme", "gotenberg", "--title", "Gotenberg", "--subtitle", "A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF." ]