LogLInk1K commited on
Commit
c8145a5
·
verified ·
1 Parent(s): 2409c91

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ CMD sh -c "\
60
  fi; \
61
  \
62
  echo \"📦 正在推送第 \$i 个配置到 API...\"; \
63
- # 使用 --post-file 直接发送文件内容,完美避开 Shell 转义
64
  RES=\$(wget -qO- --timeout=10 --post-file=/tmp/payload.json \
65
  --header=\"Content-Type: application/json\" \
66
  --header=\"Authorization: \$TOKEN\" \
 
60
  fi; \
61
  \
62
  echo \"📦 正在推送第 \$i 个配置到 API...\"; \
63
+ # 使用 --post-file 直接发送文件内容,避开 Shell 转义
64
  RES=\$(wget -qO- --timeout=10 --post-file=/tmp/payload.json \
65
  --header=\"Content-Type: application/json\" \
66
  --header=\"Authorization: \$TOKEN\" \