1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

tweaked the PYTHONPATH to allow wsgi to be found.

This commit is contained in:
Steve Hay 2022-09-05 19:45:28 -04:00
parent 1d86202b6f
commit b7b334ac0b

View File

@ -99,7 +99,7 @@ export LANG=en_US.UTF-8
export LC_TYPE=en_US.UTF-8
source $venv/bin/activate
export PYTHONPATH=$(pwd)
export PYTHONPATH=$(pwd)/management
exec gunicorn -b localhost:10222 -w 1 wsgi:app
EOF
chmod +x $inst_dir/start