Skip to content

Commit

Permalink
fix: substrate-contracts-node container is working
Browse files Browse the repository at this point in the history
Signed-off-by: CatarinaPedreira <[email protected]>
  • Loading branch information
CatarinaPedreira committed Sep 20, 2021
1 parent 13714a2 commit 6ffab76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/substrate-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN echo "*** Installing Substrate node environment ***"
RUN cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked

RUN echo "*** Start Substrate node template ***"
CMD substrate-contracts-node --dev
CMD [ "/var/www/node-template/.cargo/bin/substrate-contracts-node", "--dev"]
2 changes: 1 addition & 1 deletion tools/docker/substrate-all-in-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This image can be used for development of Substrate-based chains (including but

## Usage
```sh
docker-compose -f tools/docker/substrate-all-in-one/docker-compose.yaml up
docker run -t -p 9944:9944 --name substrate-contracts-node hyperledger/substrate-all-in-one:latest
```

## Build
Expand Down

0 comments on commit 6ffab76

Please sign in to comment.