diff --git a/Dockerfile b/Dockerfile index 5193557..fce81d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,7 @@ RUN ln -s /doc-utils/node_modules/@doc-utils/jsonschema2markdown/bin/jsonschema2 RUN ln -s /doc-utils/node_modules/@doc-utils/markdown2html/bin/markdown2html /bin/markdown2html RUN ln -s /doc-utils/node_modules/@doc-utils/markdown2html/bin/strip-frontmatter /bin/strip-frontmatter +RUN mkdir /workspace +WORKDIR /workspace + ENTRYPOINT [ "/bin/bash", "-l", "-c" ]