mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Enhancement on Substrate Node Template (#8473)
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: "3.2"
|
||||
|
||||
services:
|
||||
dev:
|
||||
container_name: node-template
|
||||
image: paritytech/ci-linux:974ba3ac-20201006
|
||||
working_dir: /var/www/node-template
|
||||
ports:
|
||||
- "9944:9944"
|
||||
environment:
|
||||
- CARGO_HOME=/var/www/node-template/.cargo
|
||||
volumes:
|
||||
- .:/var/www/node-template
|
||||
- type: bind
|
||||
source: ./.local
|
||||
target: /root/.local
|
||||
command: bash -c "cargo build --release && ./target/release/node-template --dev --ws-external"
|
||||
Reference in New Issue
Block a user