Dockerfile

main
Your Name 2024-07-21 02:25:50 +08:00
parent 6274873ecd
commit 5486729304
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@ ENV TZ=Asia/Shanghai
USER root USER root
# 合并复制指令 # 合并复制指令
COPY udeskstate /usr/local/bin/ \ COPY udeskstate /usr/local/bin/
./*.json /conf/ COPY ./email.json /conf/
COPY ./wechatwebhook.json /conf/
# 设置执行权限 # 设置执行权限
RUN chmod +x /usr/local/bin/udeskstate RUN chmod +x /usr/local/bin/udeskstate