Songyou commited on
Commit
9adcb41
·
verified ·
1 Parent(s): 4eeef4e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # 使用已经推送的镜像作为基础镜像
2
- FROM songyouzhong/fastapi-llm-app:latest
3
 
4
  # 直接启动应用(假设已经配置了启动命令)
5
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
1
  # 使用已经推送的镜像作为基础镜像
2
+ FROM songyouzhong/sy-fastapi-app:latest
3
 
4
  # 直接启动应用(假设已经配置了启动命令)
5
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]