Gogs 1 anno fa
parent
commit
ea693ae50b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -4,6 +4,7 @@ RUN echo 'Asia/Shanghai' > /etc/timezone
 
 COPY applecheckmode /go/bin/
 COPY config.yaml /go/bin/
+COPY xieyi /go/bin/
 RUN chmod +x /go/bin/applecheckmode
 WORKDIR /go/bin
 CMD ["/go/bin/applecheckmode", "applecheckmode", "--config=/go/bin/config.yaml"]