Explorar el Código

更新 'Dockerfile'

zhuangchangye hace 1 año
padre
commit
9c99d071bd
Se han modificado 1 ficheros con 1 adiciones y 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"]