git.delta.rocks / unique-network / refs/commits / e358d8144394

difftreelog

source

.docker/Dockerfile-chain-dev493 Bsourcehistory
1FROM uniquenetwork/services:latest23ARG NETWORK45ENV DEBIAN_FRONTEND=noninteractive6ENV TZ=Etc/UTC7ENV NETWORK=$NETWORK8ENV CARGO_HOME="/cargo-home"9ENV PATH="/cargo-home/bin:$PATH"1011RUN mkdir /dev_chain12COPY . /dev_chain1314WORKDIR /dev_chain1516RUN cargo build --profile integration-tests --features=${NETWORK}-runtime,fast-inflation17RUN echo "$NETWORK"1819CMD cargo run --profile integration-tests --features=${NETWORK}-runtime,fast-inflation -- --dev -linfo --rpc-cors=all --unsafe-rpc-external