Spaces:
Sleeping
Sleeping
Commit ·
ef9956b
1
Parent(s): 90e0f3f
Docker file fixed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ USER app
|
|
| 24 |
EXPOSE 8000
|
| 25 |
|
| 26 |
# Run the application
|
| 27 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 24 |
EXPOSE 8000
|
| 25 |
|
| 26 |
# Run the application
|
| 27 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|