|
@@ -3,6 +3,8 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
|
|
RUN echo 'Asia/Shanghai' > /etc/timezone
|
|
|
|
|
|
COPY sharetransmit /go/bin/
|
|
|
+COPY agollo.json /go/bin/
|
|
|
+COPY config.yaml /go/bin/
|
|
|
COPY public /go/bin/public
|
|
|
COPY templates /go/bin/templates
|
|
|
RUN chmod +x /go/bin/sharetransmit
|