Skip to content

Commit ee2828b

Browse files
committed
[FAB-2343] Fix duplicate dir in testenv Dockerfile
https://jira.hyperledger.org/browse/FAB-2343 Both `PEER_CFG_PATH` and `ORDERER_CFG_PATH` point to the same location. No need to invoke them both in the `mkdir` call. Change-Id: I9ad06c17f53ce4e587c8aa7a69964e1f67aa30c2 Signed-off-by: Kostas Christidis <[email protected]>
1 parent 23022d7 commit ee2828b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

images/testenv/Dockerfile.in

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ENV ORDERER_GENERAL_LOCALMSPDIR $ORDERER_CFG_PATH/msp/sampleconfig
99
# create needed directories
1010
RUN mkdir -p \
1111
$PEER_CFG_PATH \
12-
$ORDERER_CFG_PATH \
1312
/var/hyperledger/production
1413

1514
# fabric configuration files

0 commit comments

Comments
 (0)