Spaces:
Runtime error
Runtime error
kaanyarali1
commited on
Commit
·
e3ac0ca
1
Parent(s):
30e57bf
changed port
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -8,6 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
|
|
|
|