diff --git a/containers/pyroscope/default.nix b/containers/pyroscope/default.nix index b74109a..33c6e64 100644 --- a/containers/pyroscope/default.nix +++ b/containers/pyroscope/default.nix @@ -32,7 +32,7 @@ let # @grafana/ui icons. Pre-copy them to the output location and patch # webpack to skip the CopyPlugin entry for icons. mkdir -p public/build/grafana/build/img - cp -rL node_modules/@grafana/ui/dist/public/img/icons \ + cp -rL ../../node_modules/@grafana/ui/dist/public/img/icons \ public/build/grafana/build/img/ # Remove the CopyPlugin icons entry from webpack config so it doesn't