Skip to content

Commit

Permalink
Merge "Remove duplicated operations"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Feb 18, 2017
2 parents 7e35a64 + 1e62ce5 commit 60ecaf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/orderer/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ENV ORDERER_CFG_PATH /etc/hyperledger/fabric
ENV ORDERER_GENERAL_LOCALMSPDIR $ORDERER_CFG_PATH/msp/sampleconfig
RUN mkdir -p /var/hyperledger/production $ORDERER_CFG_PATH
COPY payload/orderer /usr/local/bin
COPY payload/genesis.yaml $ORDERER_CFG_PATH/
COPY payload/orderer.yaml $ORDERER_CFG_PATH/
ADD payload/msp-sampleconfig.tar.bz2 $ORDERER_CFG_PATH/
EXPOSE 7050
Expand Down

0 comments on commit 60ecaf1

Please sign in to comment.