Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,4 +29,4 @@ RUN pip install fastapi uvicorn openai fastapi requests google-genai uvicorn cry
|
|
| 29 |
COPY app.py /app.py
|
| 30 |
|
| 31 |
# Start services
|
| 32 |
-
CMD ["
|
|
|
|
| 29 |
COPY app.py /app.py
|
| 30 |
|
| 31 |
# Start services
|
| 32 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|