SiraH commited on
Commit
36fe898
·
verified ·
1 Parent(s): 44621c4

Sync Model

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN apt-get update -y && \
24
  EXPOSE 8001
25
 
26
  # Default command to run the application
27
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001", "n_workers", "4"]
 
24
  EXPOSE 8001
25
 
26
  # Default command to run the application
27
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001", "--reload"]