fix: restore PYTHONPATH, rebuild wwwroot with direct copies
This commit is contained in:
parent
62662f0477
commit
56ff1353bb
1
build.sh
1
build.sh
@ -235,6 +235,7 @@ cat > "${CDIR}/start.sh" <<SHEOF
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
cd "${CDIR}"
|
||||
export PYTHONPATH="${PKGDIR}/ahserver:${PKGDIR}/apppublic:${PKGDIR}/sqlor:${PKGDIR}/appbase:${PKGDIR}/rbac:\$PYTHONPATH"
|
||||
exec "${VENV}/bin/python" "${CDIR}/app/pccs.py"
|
||||
SHEOF
|
||||
chmod +x "${CDIR}/start.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user