difftreelog
fix replace CMD with RUN due to CMD not works at build stage(start options up --build)
in: master
1 file changed
.docker/Dockerfile-chain-dev-unitdiffbeforeafterboth232324WORKDIR /dev_chain24WORKDIR /dev_chain252526CMD cargo test --features=limit-testing26RUN cargo test --features=limit-testing2727