Skip to content

Commit

Permalink
fab-1873 fix images/peer/Dockerfile.in to
Browse files Browse the repository at this point in the history
https://jira.hyperledger.org/browse/FAB-1873

Set the ENV in images/peer/Dockerfile.in as well

Change-Id: I6a8d57748eb9c59db81599894aa608d8ebd25d8d
Signed-off-by: Srinivasan Muralidharan <muralisr@us.ibm.com>
  • Loading branch information
Srinivasan Muralidharan authored and ghaskins committed Jan 28, 2017
1 parent cb46696 commit bd5091b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/peer/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM hyperledger/fabric-baseos:_BASE_TAG_
ENV PEER_CFG_PATH /etc/hyperledger/fabric
ENV CORE_PEER_MSPCONFIGPATH $PEER_CFG_PATH/msp/sampleconfig
RUN mkdir -p /var/hyperledger/production $PEER_CFG_PATH
COPY payload/peer /usr/local/bin
COPY payload/core.yaml $PEER_CFG_PATH
Expand Down

0 comments on commit bd5091b

Please sign in to comment.