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 4f8d77e commit 8197931Copy full SHA for 8197931
1 file changed
demo/docker/athos/Dockerfile
@@ -27,7 +27,7 @@ RUN pip install -q itsdangerous==2.0.1
27
WORKDIR /apps
28
COPY app.py app.py
29
COPY supervisord.conf supervisord.conf
30
-RUN wget https://raw.githubusercontent.com/Advanced-Observability/cross-layer-telemetry/main/clt_genl.py
+RUN wget https://raw.githubusercontent.com/Advanced-Observability/cross-layer-telemetry/main/library/python/clt_genl.py
31
32
EXPOSE 15123
33
0 commit comments