Explorar o código

更新 'Dockerfile'

zhuangchangye hai 1 ano
pai
achega
9c99d071bd
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

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