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