Spaces:
Runtime error
Runtime error
zhang-wei-jian
commited on
Commit
•
e9ff2e5
1
Parent(s):
b5f1516
image
Browse files- Dockerfile +0 -23
Dockerfile
CHANGED
@@ -1,26 +1,3 @@
|
|
1 |
-
# FROM pch18/baota:latest
|
2 |
-
|
3 |
-
# COPY start.sh /start.sh
|
4 |
-
|
5 |
-
# COPY --chmod=755 start.sh /start.sh
|
6 |
-
|
7 |
-
# RUN ["ls", "-l", "/start.sh"] # 确认权限已经为 -rwxr-xr-x
|
8 |
-
|
9 |
-
# HEALTHCHECK --interval=10s --timeout=3s CMD curl -f http://localhost:8888/ || exit 1
|
10 |
-
|
11 |
-
|
12 |
-
# FROM ubuntu:20.04
|
13 |
-
|
14 |
-
# # 安装宝塔
|
15 |
-
# RUN install_baota.sh
|
16 |
-
|
17 |
-
# # 注册宝塔服务
|
18 |
-
# RUN bt install
|
19 |
-
|
20 |
-
# COPY start.sh /start.sh
|
21 |
-
# RUN chmod +x /start.sh
|
22 |
-
|
23 |
-
# CMD ["/start.sh"]
|
24 |
|
25 |
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
|