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