Update Dockerfile
Browse files- 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
|
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
|