Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 18 |
EXPOSE 8000
|
| 19 |
|
| 20 |
# Command to run the app
|
| 21 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 18 |
EXPOSE 8000
|
| 19 |
|
| 20 |
# Command to run the app
|
| 21 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|