Gogs 1 年間 前
コミット
ea693ae50b
1 ファイル変更1 行追加0 行削除
  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"]