Spaces:
Runtime error
Runtime error
TKU410410103
commited on
Commit
•
e1de57a
1
Parent(s):
ce1eb3b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,4 +44,4 @@ ENV VARIABLE_NAME="app"
|
|
44 |
ENV PORT=7860
|
45 |
|
46 |
# Run the app using Uvicorn
|
47 |
-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "
|
|
|
44 |
ENV PORT=7860
|
45 |
|
46 |
# Run the app using Uvicorn
|
47 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7680"]
|