From 6763dd7cdbffc51a7801e5640cf461bfd1391162 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 14 Sep 2024 09:52:58 +0800 Subject: [PATCH] 1 --- Dockerfile-task | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile-task b/Dockerfile-task index 6e86a95..24d6590 100644 --- a/Dockerfile-task +++ b/Dockerfile-task @@ -22,14 +22,13 @@ ENV TZ="Asia/Shanghai" ENV PHONE_DATA_DIR="./static/bat" COPY static/html static/html -COPY static/bat static/bat # 时区纠正 RUN rm -f /etc/localtime \ && ln -sv /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone # 在build阶段复制可执行的go二进制文件app -COPY --from=build /go/release/zyos_order_task ./zyos_order_task +COPY --from=build /go/release/community_team_task ./community_team_task COPY --from=build /go/release/etc/task.yml /var/zyos/task.yml