Yan Bai
commited on
Commit
·
1fb5ccf
1
Parent(s):
b125668
build
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,4 +27,4 @@ ENV PORT=7860
|
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
# 启动 FastAPI 服务
|
| 30 |
-
CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port $PORT"]
|
|
|
|
| 27 |
EXPOSE 7860
|
| 28 |
|
| 29 |
# 启动 FastAPI 服务
|
| 30 |
+
CMD ["sh", "-c", "'uvicorn app:app --host 0.0.0.0 --port $PORT'"]
|