Ver código fonte

更新 'Dockerfile'

liuyansong 1 ano atrás
pai
commit
a53f3d072c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ RUN echo 'Asia/Shanghai' > /etc/timezone
 
 COPY user /go/bin/
 COPY user.yaml /go/bin/
-COPY config/ /go/bin/
+COPY config /go/bin/
 RUN chmod +x /go/bin/user
 WORKDIR /go/bin/