Fix static web content path in 'bookwyrm-env' in Bookwyrm package
This commit is contained in:
parent
3ff97deddd
commit
23b627e7d4
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ mkDerivation {
|
||||||
export PYTHONPATH=$out/lib/python3.11/site-packages
|
export PYTHONPATH=$out/lib/python3.11/site-packages
|
||||||
|
|
||||||
export DEBUG=false
|
export DEBUG=false
|
||||||
export STATIC_ROOT_ABS=$out
|
export STATIC_ROOT_ABS=$out/srv/http
|
||||||
|
|
||||||
exec \$@
|
exec \$@
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue