This commit is contained in:
mco-system 2023-04-06 20:47:07 +11:00
parent c600f71159
commit e5ffdf2af4
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ install:
. thsf_venv/bin/activate; \
pip install -r requirements.txt ;\
pip install . ;\
pip install gunicorn;
pip install gunicorn; \
sudo chown apache:apache $$THSF_DIR
run:
set -e ;\