1 Star 0 Fork 0

三日月夜 / substrate-node-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denis P 提交于 2020-06-10 16:31 . change (ci): new CI image
version: "3.2"
services:
dev:
container_name: node-template
image: paritytech/ci-linux:production
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"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mai12/substrate-node-template.git
git@gitee.com:mai12/substrate-node-template.git
mai12
substrate-node-template
substrate-node-template
master

搜索帮助

Bbcd6f05 5694891 0cc6727d 5694891