Pujan Neupane commited on
Commit
07f9e5c
·
1 Parent(s): 2e88694
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -19,3 +19,4 @@ EXPOSE 8000
19
 
20
  # Run the FastAPI app using uvicorn with 4 workers
21
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4"]
 
 
19
 
20
  # Run the FastAPI app using uvicorn with 4 workers
21
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4"]
22
+