Gogs 1 tahun lalu
induk
melakukan
e57d1a0972
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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