fix: add extra hosts

This commit is contained in:
mco-system
2023-04-23 17:57:37 +11:00
parent ecb2df60f4
commit a1d95603a0
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ install:
. thsf_venv/bin/activate; \
pip install -r requirements.txt ;\
pip install . ;\
pip install gunicorn; \
pip install gunicorn;
run:
set -e ;\