zhepama commited on
Commit
38fc18b
·
verified ·
1 Parent(s): e622494

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -6,9 +6,6 @@ COPY config.json.template /tmp/config.json.template
6
  # 启动脚本
7
  ENTRYPOINT ["/bin/sh", "-c"]
8
  CMD ["echo '=== 调试信息 ==='; \
9
- whoami; \
10
- id; \
11
- echo '=== 检查模板文件 ==='; \
12
  cat /tmp/config.json.template; \
13
  echo '=== 开始处理 ==='; \
14
  if [ -z \"$UUID\" ]; then \
 
6
  # 启动脚本
7
  ENTRYPOINT ["/bin/sh", "-c"]
8
  CMD ["echo '=== 调试信息 ==='; \
 
 
 
9
  cat /tmp/config.json.template; \
10
  echo '=== 开始处理 ==='; \
11
  if [ -z \"$UUID\" ]; then \