BG5 commited on
Commit
d03c38d
·
verified ·
1 Parent(s): f22eb79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -25,11 +25,11 @@ RUN apt-get update && apt-get install -y \
25
  sqlite3 \
26
  tzdata
27
  # 下载并执行 install.sh 脚本
28
- # RUN wget -O install.sh https://dl.xp.cn/dl/xp/install.sh && \
29
- # bash install.sh
30
- # 同时运行 python main.py 和 bash install.sh
31
- RUN python main.py & \
32
  bash install.sh
 
 
 
33
 
34
 
35
  # CMD ["sh", "-c", "python main.py"]
 
25
  sqlite3 \
26
  tzdata
27
  # 下载并执行 install.sh 脚本
28
+ RUN wget -O quick_start.sh https://resource.fit2cloud.com/1panel/package/quick_start.sh && \
 
 
 
29
  bash install.sh
30
+ # 同时运行 python main.py 和 bash install.sh
31
+ # RUN python main.py & \
32
+ # bash quick_start.sh
33
 
34
 
35
  # CMD ["sh", "-c", "python main.py"]