Spaces:
Sleeping
Sleeping
mbabazif
commited on
Commit
•
3a75960
1
Parent(s):
21e8f2a
Add application file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ COPY . .
|
|
16 |
|
17 |
|
18 |
# Command to run when the container starts
|
19 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
16 |
|
17 |
|
18 |
# Command to run when the container starts
|
19 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|