|
@@ -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"]
|