AurelioAguirre commited on
Commit
c8519eb
·
1 Parent(s): e15bda4

removed False

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY --chown=user . $HOME/app
29
  EXPOSE 7680
30
 
31
  # Use uvicorn directly with specific settings
32
- CMD ["uvicorn", "main.app:app", "--host", "0.0.0.0", "--port", "7680", "--workers", "1", "--reload", "False"]
 
29
  EXPOSE 7680
30
 
31
  # Use uvicorn directly with specific settings
32
+ CMD ["uvicorn", "main.app:app", "--host", "0.0.0.0", "--port", "7680", "--workers", "1"]