Updating Python requirements file

This commit is contained in:
Scott Idem
2023-09-08 17:08:45 -04:00
parent 8bf5b49552
commit 42b6e8ed08
5 changed files with 58 additions and 55 deletions

View File

@@ -34,4 +34,5 @@ RUN pip freeze > /requirements_current.txt
# COPY conf/aether_fastapi_requirements.txt /tmp/requirements.txt
CMD ["gunicorn", "--conf", "/conf/gunicorn_fastapi_conf.py"]