create separate workspace dir
This commit is contained in:
parent
b47cebb2c0
commit
ebee22b580
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user