Browse Source

no message

Gavin 5 năm trước cách đây
mục cha
commit
fb71574fb5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      sharetransmit/Dockerfile

+ 2 - 0
sharetransmit/Dockerfile

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