Skip to content

Commit

Permalink
fix new directory for examples in the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lykinsbd committed Mar 4, 2025
1 parent b1c040d commit ede3f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN mkdir /docs
COPY docs/package.json docs/package-lock.json /docs/
COPY backend/infrahub/config.py /backend/infrahub/
COPY models/ /models/
COPY python_sdk/examples/ /python_sdk/examples/
COPY python_sdk/docs/docs/python-sdk/examples/ /python_sdk/examples/
WORKDIR /docs

RUN npm install --omit=dev
Expand Down

0 comments on commit ede3f0c

Please sign in to comment.