Skip to content

Commit af1a6e7

Browse files
committed
When starting orderer, the /etc/hyperledger/fabric/msp folder is needed. It was previously deleted because there were artifacts from the tests.
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent b17289d commit af1a6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/orderer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
6161
ENV FABRIC_VER=${FABRIC_VER}
6262

6363
COPY --from=builder build/bin/orderer /usr/local/bin
64+
RUN mkdir -p ${FABRIC_CFG_PATH}/msp
6465
COPY --from=builder sampleconfig/orderer.yaml ${FABRIC_CFG_PATH}
6566
COPY --from=builder sampleconfig/configtx.yaml ${FABRIC_CFG_PATH}
6667

0 commit comments

Comments
 (0)