git.delta.rocks / unique-network / refs/commits / 59d6fa32d24e

difftreelog

fix replace CMD with RUN due to CMD not works at build stage(start options up --build)

Alexander Aksenov2022-08-18parent: #096d422.patch.diff
in: master

1 file changed

modified.docker/Dockerfile-chain-dev-unitdiffbeforeafterboth
2323
24WORKDIR /dev_chain24WORKDIR /dev_chain
2525
26CMD cargo test --features=limit-testing26RUN cargo test --features=limit-testing
2727