From e663e4e29adbc5f611ef566498d9bff37ee76c24 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Jul 2024 09:43:15 +0800 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed7f894..65682c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root COPY udeskstate /usr/local/bin/ COPY ./email.json /conf/ COPY ./wechatwebhook.json /conf/ -COPY ./standby.xlsx /conf/ +COPY ./standby.xlsx /rota/ # 设置执行权限