Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,5 +27,5 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
27 |
|
28 |
COPY . .
|
29 |
|
30 |
-
CMD ["uvicorn", "
|
31 |
|
|
|
27 |
|
28 |
COPY . .
|
29 |
|
30 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
31 |
|