File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
6161ENV FABRIC_VER=${FABRIC_VER}
6262
6363COPY --from=builder build/bin/orderer /usr/local/bin
64- COPY --from=builder sampleconfig/msp ${FABRIC_CFG_PATH}/msp
6564COPY --from=builder sampleconfig/orderer.yaml ${FABRIC_CFG_PATH}
6665COPY --from=builder sampleconfig/configtx.yaml ${FABRIC_CFG_PATH}
6766
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
6464ENV FABRIC_VER=${FABRIC_VER}
6565
6666COPY --from=builder build/bin/peer /usr/local/bin
67- COPY --from=builder sampleconfig/msp ${FABRIC_CFG_PATH}/msp
6867COPY --from=builder sampleconfig/core.yaml ${FABRIC_CFG_PATH}/core.yaml
6968
7069COPY --from=builder release/${TARGETOS}-${TARGETARCH}/builders/ccaas/bin /opt/hyperledger/ccaas_builder/bin
You can’t perform that action at this time.
0 commit comments