Selaa lähdekoodia

删除 'club/club/Dockerfile'

chenghongxi 4 vuotta sitten
vanhempi
commit
687ed2b858
1 muutettua tiedostoa jossa 0 lisäystä ja 12 poistoa
  1. 0 12
      club/club/Dockerfile

+ 0 - 12
club/club/Dockerfile

@@ -1,12 +0,0 @@
-FROM golang:1.9.2
-RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
-RUN echo 'Asia/Shanghai' > /etc/timezone
-
-COPY club /go/bin/
-RUN chmod +x /go/bin/club
-COPY base.yaml /go/bin/
-COPY agollo.json /go/bin/
-WORKDIR /go/bin
-
-CMD ["/go/bin/club"]
-EXPOSE 18080