Parcourir la source

更新 'Dockerfile'

liuyansong il y a 1 an
Parent
commit
aa5de8c876
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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/config/
 RUN chmod +x /go/bin/user
 WORKDIR /go/bin/