Browse Source

删除 'sharetransmit/Dockerfile'

chenghongxi 4 years ago
parent
commit
26ce84e64b
1 changed files with 0 additions and 14 deletions
  1. 0 14
      sharetransmit/Dockerfile

+ 0 - 14
sharetransmit/Dockerfile

@@ -1,14 +0,0 @@
-FROM golang:1.9.2
-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
-WORKDIR /go/bin
-
-CMD ["/go/bin/sharetransmit"]
-EXPOSE 8006