Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,4 +6,4 @@ COPY . /app
|
|
| 6 |
RUN pip install --upgrade pip
|
| 7 |
RUN pip install -r requirements.txt
|
| 8 |
|
| 9 |
-
CMD ["uvicorn", "
|
|
|
|
| 6 |
RUN pip install --upgrade pip
|
| 7 |
RUN pip install -r requirements.txt
|
| 8 |
|
| 9 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|