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 b1827e5 commit 93fc4f8Copy full SHA for 93fc4f8
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