From 548672930478a48d1fb4bed9f8302f8eee717e23 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Jul 2024 02:25:50 +0800 Subject: [PATCH] Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7d30d9f..50c83a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,9 @@ ENV TZ=Asia/Shanghai USER root # 合并复制指令 -COPY udeskstate /usr/local/bin/ \ -./*.json /conf/ +COPY udeskstate /usr/local/bin/ +COPY ./email.json /conf/ +COPY ./wechatwebhook.json /conf/ # 设置执行权限 RUN chmod +x /usr/local/bin/udeskstate