File tree Expand file tree Collapse file tree
tools/docker/substrate-all-in-one Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ RUN echo "*** Installing Substrate node environment ***"
3535RUN cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked
3636
3737RUN echo "*** Start Substrate node template ***"
38- CMD substrate-contracts-node --dev
38+ CMD [ "/var/www/node-template/.cargo/bin/ substrate-contracts-node" , " --dev" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This image can be used for development of Substrate-based chains (including but
1010
1111## Usage
1212``` sh
13- docker-compose -f tools/docker/ substrate-all-in-one/docker-compose.yaml up
13+ docker run -t -p 9944:9944 --name substrate-contracts-node hyperledger/ substrate-all-in-one:latest
1414```
1515
1616## Build
You can’t perform that action at this time.
0 commit comments