We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5055438 commit 9711d8bCopy full SHA for 9711d8b
development/Dockerfile
@@ -49,7 +49,7 @@ RUN mkdir /docs
49
COPY docs/package.json docs/package-lock.json /docs/
50
COPY backend/infrahub/config.py /backend/infrahub/
51
COPY models/ /models/
52
-COPY python_sdk/examples/ /python_sdk/examples/
+COPY python_sdk/docs/docs/python-sdk/examples/ /python_sdk/examples/
53
WORKDIR /docs
54
55
RUN npm install --omit=dev
python_sdk
0 commit comments