flokabukie commited on
Commit
6ac13b0
1 Parent(s): 6687669

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir fastapi pydantic uvicorn scikit-learn joblib pand
14
  EXPOSE 80
15
 
16
  # Start the API
17
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
 
14
  EXPOSE 80
15
 
16
  # Start the API
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]