Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ USER appuser
|
|
32 |
EXPOSE 7860
|
33 |
|
34 |
# Command to run the application
|
35 |
-
CMD ["uvicorn", "
|
|
|
32 |
EXPOSE 7860
|
33 |
|
34 |
# Command to run the application
|
35 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|