feat: disable reload option dockerfile

This commit is contained in:
swve 2023-07-11 14:17:39 +01:00
parent c0e03f1b2b
commit 746c20d46c

View file

@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /usr/learnhouse/requirements.txt
COPY ./ /usr/learnhouse
#
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80" , "--reload"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80" ]