difftreelog
docker files update
in: master
2 files changed
Dockerfilediffbeforeafterboth111112# Get project and run it12# Get project and run it13RUN git clone https://github.com/usetech-llc/nft_parachain13RUN git clone https://github.com/usetech-llc/nft_parachain14RUN cd nft_parachain && cargo build14WORKDIR /nft_parachain15RUN cargo build15RUN cd nft_parachain && cargo test --all16RUN cargo test --all16RUN cd nft_parachain && cargo run -- --devdocker-compose.ymldiffbeforeafterboth8 build:8 build:9 context: ./9 context: ./10 dockerfile: Dockerfile10 dockerfile: Dockerfile11 volumes:12 - chain-data:/chain-data/13 command: 14 cargo run -- --dev --ws-external --rpc-external --base-path=./chain-data15 16volumes:17 chain-data: