We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17289d commit af1a6e7Copy full SHA for af1a6e7
images/orderer/Dockerfile
@@ -61,6 +61,7 @@ ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
61
ENV FABRIC_VER=${FABRIC_VER}
62
63
COPY --from=builder build/bin/orderer /usr/local/bin
64
+RUN mkdir -p ${FABRIC_CFG_PATH}/msp
65
COPY --from=builder sampleconfig/orderer.yaml ${FABRIC_CFG_PATH}
66
COPY --from=builder sampleconfig/configtx.yaml ${FABRIC_CFG_PATH}
67
0 commit comments