Skip to content

Commit

Permalink
Remove duplicated operations
Browse files Browse the repository at this point in the history
In building orderer image, the payload/genesis.yaml is copied
twice. We need to keep only one.

Change-Id: Ic3e0d1c5e6eee94909f74f664394bbba8c888488
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed Feb 15, 2017
1 parent 99f50e8 commit 1e62ce5
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 @@ -2,7 +2,6 @@ FROM hyperledger/fabric-baseos:_BASE_TAG_
ENV ORDERER_CFG_PATH /etc/hyperledger/fabric
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/
COPY payload/genesis.yaml $ORDERER_CFG_PATH/
EXPOSE 7050
Expand Down

0 comments on commit 1e62ce5

Please sign in to comment.