Working on structure of things

This commit is contained in:
Scott Idem
2023-02-22 16:50:53 -05:00
parent 292521841f
commit ae7184f63c
9 changed files with 1 additions and 311 deletions

View File

@@ -5,7 +5,7 @@ LABEL maintainer="Scott Idem <scott.idem@oneskyit.com>"
WORKDIR /srv/aether_api
COPY conf/aether_fastapi_test_requirements.txt /tmp/requirements.txt
COPY conf/aether_fastapi_requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt
CMD ["gunicorn", "--conf", "/conf/gunicorn_fastapi_conf.py"]