Skip to content

Commit fd663aa

Browse files
committed
fix dockerfile error
1 parent 1fa6722 commit fd663aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ RUN rm -rf $(find ${GOPATH}/src -name .git -type d)
88

99
FROM abchain/fabric:base_0.97
1010
COPY --from=coderepo ${GOPATH}/src ${GOPATH}/src/
11-
COPY * ${GOPATH}/src/hyperledger.abchain.org/
11+
COPY / ${GOPATH}/src/hyperledger.abchain.org/
1212

0 commit comments

Comments
 (0)