##// END OF EJS Templates
dev(shell): make the shell use zshrc and better autocomplete
dev(shell): make the shell use zshrc and better autocomplete

File last commit:

r5193:1e179e1f default
r5194:61b5d6b2 default
Show More
Dockerfile
5 lines | 117 B | text/x-dockerfile-config | DockerLexer
FROM sphinxdoc/sphinx
WORKDIR /project
ADD requirements_docs.txt /project
RUN pip3 install -r requirements_docs.txt