Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,4 +36,4 @@ COPY . .
|
|
36 |
EXPOSE 80
|
37 |
|
38 |
# Command to run the Uvicorn server using check_health.sh to wait for the model_server
|
39 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
36 |
EXPOSE 80
|
37 |
|
38 |
# Command to run the Uvicorn server using check_health.sh to wait for the model_server
|
39 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
|