Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -7
Dockerfile
CHANGED
|
@@ -27,11 +27,5 @@ COPY . .
|
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
# Start FastAPI
|
| 30 |
-
CMD [
|
| 31 |
-
"uvicorn",
|
| 32 |
-
"backend.api_backend:app",
|
| 33 |
-
"--host", "0.0.0.0",
|
| 34 |
-
"--port", "7860",
|
| 35 |
-
"--root-path", "/proxy/7860"
|
| 36 |
-
]
|
| 37 |
|
|
|
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
# Start FastAPI
|
| 30 |
+
CMD ["uvicorn", "backend.api_backend:app", "--host", "0.0.0.0", "--port", "7860", "--root-path", "/proxy/7860"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|