From 72deebb5ba4b39db71643dd7712ef96b54ebc4cd Mon Sep 17 00:00:00 2001 From: coolsd Date: Fri, 12 Jul 2024 15:53:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20cpu-dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新token --- cpu-dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu-dockerfile b/cpu-dockerfile index 66f559b..46ed01d 100644 --- a/cpu-dockerfile +++ b/cpu-dockerfile @@ -23,4 +23,4 @@ RUN apt-get update && apt-get install -y libc6 libicu-dev wget curl g++-11 && \ WORKDIR /q # 在容器启动时运行命令 -CMD sh -c "echo '{\"Settings\":{\"baseUrl\":\"$url\",\"amountOfThreads\": $num,\"payoutId\":\"$token\",\"accessToken\":null,\"alias\":\" $name\",\"allowHwInfoCollect\": false,}}' > appsettings.json && ./trainer" \ No newline at end of file +CMD sh -c "echo '{\"Settings\":{\"baseUrl\":\"$url\",\"amountOfThreads\": $num,\"payoutId\":null,\"accessToken\":\"$token\",\"alias\":\" $name\",\"allowHwInfoCollect\": false,}}' > appsettings.json && ./trainer" \ No newline at end of file