arsh1101 commited on
Commit
9ee0def
·
verified ·
1 Parent(s): 1780adf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ COPY . .
23
  EXPOSE 8000
24
 
25
  # Command to run the FastAPI app using Uvicorn
26
- CMD ["uvicorn", "deforestation_percenatge_image_api:app", "--host", "0.0.0.0", "--port", "8
 
23
  EXPOSE 8000
24
 
25
  # Command to run the FastAPI app using Uvicorn
26
+ CMD ["uvicorn", "deforestation_percenatge_image_api:app", "--host", "0.0.0.0", "--port", "8000"]