Spaces:
Runtime error
Runtime error
grosenthal
commited on
Commit
•
734f662
1
Parent(s):
086d8ea
fix cmd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
15 |
|
16 |
COPY . .
|
17 |
|
18 |
-
CMD ["uvicorn", "app
|
|
|
15 |
|
16 |
COPY . .
|
17 |
|
18 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|