docs: fix build in non sandboxed mode
This commit is contained in:
parent
0487b4db05
commit
9eee350b95
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ buildNapalmPackage "${authentik-src}/website" {
|
|||
];
|
||||
installPhase = ''
|
||||
rm -f ../website/static/blueprints
|
||||
mv -v ../website $out
|
||||
cp -vr ../blueprints $out/static/blueprints
|
||||
cp -vr ../blueprints ../website/static/blueprints
|
||||
cp -vr ../website $out
|
||||
'';
|
||||
|
||||
# These are lockfiles with extra deps that are required to successfully build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue