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