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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
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
 
26
  tzdata
27
  # 下载并执行 install.sh 脚本
28
  RUN wget -O quick_start.sh https://resource.fit2cloud.com/1panel/package/quick_start.sh && \
29
+ bash quick_start.sh
30
  # 同时运行 python main.py 和 bash install.sh
31
  # RUN python main.py & \
32
  # bash quick_start.sh