Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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", "
|
|
|
|
| 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"]
|