From fd663aa4167cdff225edf59f648f641f6e90e532 Mon Sep 17 00:00:00 2001 From: Wei Fan Date: Sat, 21 Sep 2019 16:14:53 +0800 Subject: [PATCH] fix dockerfile error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f0b4c9..c00106b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN rm -rf $(find ${GOPATH}/src -name .git -type d) FROM abchain/fabric:base_0.97 COPY --from=coderepo ${GOPATH}/src ${GOPATH}/src/ -COPY * ${GOPATH}/src/hyperledger.abchain.org/ +COPY / ${GOPATH}/src/hyperledger.abchain.org/