Skip to content

Commit 89cca18

Browse files
committed
Fix bin path
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 0578b72 commit 89cca18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/query-test/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN apt-get update && \
1010
rm -rf /var/lib/apt/lists/*
1111
COPY --from=pyroscope /usr/bin/profilecli /usr/bin/profilecli
1212

13-
COPY ["*.sh", "/usr/local/bin/"]
13+
COPY ["*.sh", "/usr/bin/"]

0 commit comments

Comments
 (0)