We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb46696 commit bd5091bCopy full SHA for bd5091b
images/peer/Dockerfile.in
@@ -1,5 +1,6 @@
1
FROM hyperledger/fabric-baseos:_BASE_TAG_
2
ENV PEER_CFG_PATH /etc/hyperledger/fabric
3
+ENV CORE_PEER_MSPCONFIGPATH $PEER_CFG_PATH/msp/sampleconfig
4
RUN mkdir -p /var/hyperledger/production $PEER_CFG_PATH
5
COPY payload/peer /usr/local/bin
6
COPY payload/core.yaml $PEER_CFG_PATH
0 commit comments