tang-x commited on
Commit
38861c2
·
verified ·
1 Parent(s): 0402055

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ COPY .env .env
13
  EXPOSE 7860
14
 
15
  # 创建启动脚本
16
- RUN echo '#!/bin/bash\npython app.py' > /start.sh
17
- RUN chmod +x /start.sh
18
 
19
  # 设置启动命令
20
  CMD ["/start.sh"]
 
13
  EXPOSE 7860
14
 
15
  # 创建启动脚本
16
+ RUN echo '#!/bin/bash\npython app.py' > docker_run.sh
17
+ RUN chmod +x docker_run.sh
18
 
19
  # 设置启动命令
20
  CMD ["/start.sh"]