Commit
·
8095782
1
Parent(s):
d08081f
change in dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,4 +30,4 @@ EXPOSE 7860
|
|
| 30 |
# 7. Run the FastAPI app using Uvicorn
|
| 31 |
# This assumes your file is named "main.py". If you named it "browser_main.py",
|
| 32 |
# change "main:app" to "browser_main:app"
|
| 33 |
-
CMD ["uvicorn", "main:app", "--host", "0.
|
|
|
|
| 30 |
# 7. Run the FastAPI app using Uvicorn
|
| 31 |
# This assumes your file is named "main.py". If you named it "browser_main.py",
|
| 32 |
# change "main:app" to "browser_main:app"
|
| 33 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|