Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,4 +48,4 @@ RUN ls -al
|
|
48 |
EXPOSE 7860
|
49 |
|
50 |
# Run uvicorn when the container launches
|
51 |
-
CMD ["python3", "
|
|
|
48 |
EXPOSE 7860
|
49 |
|
50 |
# Run uvicorn when the container launches
|
51 |
+
CMD ["python3", "api.py", "--host", "0.0.0.0", "--port", "7860"]
|