Skip to content

Commit

Permalink
Remove peer and orderer ENTRYPOINTS as they were breaking the test ne…
Browse files Browse the repository at this point in the history
…twork

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
  • Loading branch information
jkneubuh authored and denyeart committed Jan 4, 2023
1 parent 69d5945 commit 195911e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions images/orderer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ COPY --from=builder sampleconfig/configtx.yaml ${FABRIC_CFG_PATH}

VOLUME /etc/hyperledger/fabric
VOLUME /var/hyperledger

EXPOSE 7050

ENTRYPOINT [ "orderer" ]
CMD [ "start" ]
CMD [ "orderer", "start" ]
3 changes: 1 addition & 2 deletions images/peer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ VOLUME /var/hyperledger

EXPOSE 7051

ENTRYPOINT [ "peer" ]
CMD [ "node", "start" ]
CMD [ "peer", "node", "start" ]
2 changes: 0 additions & 2 deletions images/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ COPY --from=builder build/bin /usr/local/bin

VOLUME /etc/hyperledger/fabric
VOLUME /var/hyperledger

ENTRYPOINT [ "bash" ]

0 comments on commit 195911e

Please sign in to comment.