Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
RUN pip install uvicorn huggingface_hub transformers
|
23 |
|
24 |
# Start both Python and Node.js applications
|
25 |
-
CMD ["uvicorn", "app.main:
|
|
|
22 |
RUN pip install uvicorn huggingface_hub transformers
|
23 |
|
24 |
# Start both Python and Node.js applications
|
25 |
+
CMD ["uvicorn", "app.main:index", "--host", "0.0.0.0", "--port", "7860"]
|