Rm docker files mount for CLI container

Signed-off-by: Nikhil Gupta <ngupta@triplepointliquidity.com>
This commit is contained in:
Nikhil Gupta 2021-08-30 11:30:38 -04:00 committed by Ry Jones
parent da65e20f7d
commit f59de2469c

View file

@ -153,7 +153,6 @@ services:
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
command: /bin/bash command: /bin/bash
volumes: volumes:
- /var/run/:/host/var/run/
- ../organizations:/opt/gopath/src/github.com/hyperledger/fabric/peer/organizations - ../organizations:/opt/gopath/src/github.com/hyperledger/fabric/peer/organizations
- ../scripts:/opt/gopath/src/github.com/hyperledger/fabric/peer/scripts/ - ../scripts:/opt/gopath/src/github.com/hyperledger/fabric/peer/scripts/
depends_on: depends_on: