Spaces:
Runtime error
Runtime error
Lambang
commited on
Commit
·
9727979
1
Parent(s):
97efcb8
ini yang bener
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,4 +9,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
-
CMD ["uvicorn", "
|
|
|
9 |
|
10 |
COPY . .
|
11 |
|
12 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|