Skip to content

Commit d8cda7f

Browse files
authored
When starting orderer, the /etc/hyperledger/fabric/msp folder is needed. It was previously deleted because there were artifacts from the tests. (#5314)
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent b17289d commit d8cda7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/orderer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ 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-
COPY --from=builder sampleconfig/orderer.yaml ${FABRIC_CFG_PATH}
65-
COPY --from=builder sampleconfig/configtx.yaml ${FABRIC_CFG_PATH}
64+
COPY --from=builder sampleconfig/orderer.yaml ${FABRIC_CFG_PATH}/orderer.yaml
65+
COPY --from=builder sampleconfig/configtx.yaml ${FABRIC_CFG_PATH}/configtx.yaml
6666

6767
VOLUME /etc/hyperledger/fabric
6868
VOLUME /var/hyperledger

0 commit comments

Comments
 (0)