소스 검색

no message

Gavin 5 년 전
부모
커밋
fb71574fb5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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