fix: bricks symlink path (relative to wwwroot)
This commit is contained in:
parent
b7b37f13cf
commit
def6a06a49
2
build.sh
2
build.sh
@ -45,7 +45,7 @@ bash build.sh
|
|||||||
cd $cdir
|
cd $cdir
|
||||||
|
|
||||||
# Symlink bricks
|
# Symlink bricks
|
||||||
ln -sf pkgs/bricks/dist wwwroot/bricks 2>/dev/null || true
|
ln -sf ../pkgs/bricks/dist wwwroot/bricks 2>/dev/null || true
|
||||||
|
|
||||||
# Install appbase and rbac
|
# Install appbase and rbac
|
||||||
pip install -q -e pkgs/appbase
|
pip install -q -e pkgs/appbase
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user