usmanyousaf
commited on
Commit
•
0cfaddf
1
Parent(s):
b263371
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
EXPOSE 7086
|
15 |
|
16 |
# Command to run the FastAPI app
|
17 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "
|
|
|
14 |
EXPOSE 7086
|
15 |
|
16 |
# Command to run the FastAPI app
|
17 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|