Dockerfile
parent
6274873ecd
commit
5486729304
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue