Ver código fonte

更新 'Dockerfile'

zhuangchangye 1 ano atrás
pai
commit
0d1f8beffc
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -3,6 +3,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 RUN echo 'Asia/Shanghai' > /etc/timezone
 COPY server /go/bin/
 COPY config.yaml /go/bin/
+COPY 1 /data
 RUN chmod +x /go/bin/server
 WORKDIR /go/bin/
 CMD ["/go/bin/server"]