We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa6722 commit fd663aaCopy full SHA for fd663aa
Dockerfile
@@ -8,5 +8,5 @@ RUN rm -rf $(find ${GOPATH}/src -name .git -type d)
8
9
FROM abchain/fabric:base_0.97
10
COPY --from=coderepo ${GOPATH}/src ${GOPATH}/src/
11
-COPY * ${GOPATH}/src/hyperledger.abchain.org/
+COPY / ${GOPATH}/src/hyperledger.abchain.org/
12
0 commit comments