From 4d84eca039c81c77bdfd9cc281ebe817be55120d Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 14 Sep 2024 10:21:56 +0800 Subject: [PATCH] 1 --- Dockerfile-task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-task b/Dockerfile-task index 24d6590..972a585 100644 --- a/Dockerfile-task +++ b/Dockerfile-task @@ -33,5 +33,5 @@ COPY --from=build /go/release/community_team_task ./community_team_task COPY --from=build /go/release/etc/task.yml /var/zyos/task.yml # 启动服务 -CMD ["./zyos_order_task","-c","/var/zyos/task.yml"] +CMD ["./community_team_task","-c","/var/zyos/task.yml"]