ApolloPro7 commited on
Commit
907044c
·
1 Parent(s): b0ec236

fix: add execute permission to start.sh

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN chmod +x start.sh
16
  ENV PORT=7860
17
 
18
  # 启动 FastAPI 服务
19
- CMD ["start.sh"]
 
16
  ENV PORT=7860
17
 
18
  # 启动 FastAPI 服务
19
+ CMD ["./start.sh"]