uzagi commited on
Commit
78550a1
·
verified ·
1 Parent(s): 20c58e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
16
  EXPOSE 8000
17
 
18
  COPY --chown=user . /app
19
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
 
16
  EXPOSE 8000
17
 
18
  COPY --chown=user . /app
19
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]