1 Star 1 Fork 1

重新/substrate-dex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denis P 提交于 2020-06-10 17:14 . change (Dockerfile): 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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/malingzhao/substrate-dex.git
[email protected]:malingzhao/substrate-dex.git
malingzhao
substrate-dex
substrate-dex
master

搜索帮助