Skip to content

Commit fbd8a89

Browse files
committed
OCI: Serve grafana-wtf program per symlink instead of adjusting $PATH
1 parent b55fab2 commit fbd8a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ RUN chmod +x /tmp/jq
4343
FROM python:3.13-slim-bookworm
4444
COPY --from=build /app /opt/grafana-wtf
4545
COPY --from=build /tmp/jq /usr/local/bin/jq
46-
ENV PATH="$PATH:/opt/grafana-wtf/bin"
46+
RUN ln -s /opt/grafana-wtf/bin/grafana-wtf /usr/local/bin/

0 commit comments

Comments
 (0)