chore: add GUT test framework
This commit is contained in:
8
addons/gut/documentation/docker/Dockerfile
Normal file
8
addons/gut/documentation/docker/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# in your Dockerfile
|
||||
FROM sphinxdoc/sphinx
|
||||
|
||||
RUN mkdir /install
|
||||
WORKDIR /install
|
||||
ADD ../requirements.txt /install
|
||||
RUN python3 -m pip install -r /install/requirements.txt
|
||||
WORKDIR /docs
|
||||
Reference in New Issue
Block a user