Skip to content

Commit

Permalink
fix dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
noel2004 committed Sep 21, 2019
1 parent 1fa6722 commit fd663aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit fd663aa

Please sign in to comment.