Fix UI installPhase: use relative path from cwd after cd in buildPhase
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
78a89d7ed1
commit
a269bd6526
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ let
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out
|
||||
cp -r deps/grafana-pyroscope/public/build/* $out/
|
||||
cp -r public/build/* $out/
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue