Sfoglia il codice sorgente

更新 'Dockerfile'

zhuangchangye 1 anno fa
parent
commit
ede332f659
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,5 +6,5 @@ COPY config.yaml /go/bin/
 RUN chmod +x /go/bin/server
 WORKDIR /go/bin/
 COPY 1 /go/bin
-RUN cp 1 /data
+RUN cp /go/bin/1 /data
 CMD ["/go/bin/server"]