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.
grafana-wtf
1 parent b55fab2 commit fbd8a89Copy full SHA for fbd8a89
Dockerfile
@@ -43,4 +43,4 @@ RUN chmod +x /tmp/jq
43
FROM python:3.13-slim-bookworm
44
COPY --from=build /app /opt/grafana-wtf
45
COPY --from=build /tmp/jq /usr/local/bin/jq
46
-ENV PATH="$PATH:/opt/grafana-wtf/bin"
+RUN ln -s /opt/grafana-wtf/bin/grafana-wtf /usr/local/bin/
0 commit comments