Clean up and upgrades related to Python requirements, Flask, and FastAPI.

This commit is contained in:
Scott Idem
2023-09-12 15:41:09 -04:00
parent 42b6e8ed08
commit 92baaccb48
12 changed files with 76 additions and 107 deletions

View File

@@ -8,10 +8,6 @@ COPY conf/aether_flask_requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt
RUN pip freeze > /aether_flask_requirements_current.txt
# RUN pip freeze > /logs/aether_flask_requirements_current.txt
RUN pip freeze > /tmp/aether_flask_requirements_current.txt
# CMD ["pip", "freeze > /logs/aether_flask_requirements_current.txt"]
# CMD ["pip", "freeze > /tmp/aether_flask_requirements_current.txt"]
CMD ["gunicorn", "--conf", "/conf/gunicorn_flask_conf.py"]