diff --git a/Dockerfile b/Dockerfile index 577b83f3..f42ea0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]