git.delta.rocks / unique-network / refs/commits / 331f0fad3326

difftreelog

fix cache chain build in CI

Daniel Shiposha2023-09-26parent: #5ec8b82.patch.diff
in: master

1 file changed

modified.docker/Dockerfile-chain-devdiffbeforeafterboth
2121
22WORKDIR /dev_chain22WORKDIR /dev_chain
2323
24RUN cargo build --profile integration-tests --features=${NETWORK}-runtime
24RUN echo "$NETWORK"25RUN echo "$NETWORK"
2526
26CMD cargo run --profile integration-tests --features=${NETWORK}-runtime -- --dev -linfo --rpc-cors=all --unsafe-rpc-external27CMD cargo run --profile integration-tests --features=${NETWORK}-runtime -- --dev -linfo --rpc-cors=all --unsafe-rpc-external