diff --git a/Dockerfile b/Dockerfile index fce81d6..3c0c080 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,5 @@ 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" ]