Gogs 1 éve
szülő
commit
ea693ae50b
1 módosított fájl, 1 hozzáadás és 0 törlés
  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"]