Spaces:
Runtime error
Runtime error
TKU410410103
commited on
Commit
•
ce1eb3b
1
Parent(s):
abeb8cb
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", 7860]
|
|
|
44 |
ENV PORT=7860
|
45 |
|
46 |
# Run the app using Uvicorn
|
47 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|