Skip to content

Commit

Permalink
fix Dockerfile for dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Dec 20, 2024
1 parent b9189d4 commit b62d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-chain-dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ WORKDIR /workdir

RUN cargo build --profile integration-tests --features=${NETWORK}-runtime,fast-inflation

CMD WASM_BUILD_TYPE=integration-tests && cargo run --profile integration-tests --features=${NETWORK}-runtime,fast-inflation -- --dev -linfo --rpc-cors=all --unsafe-rpc-external
CMD WASM_BUILD_TYPE=integration-tests && cargo run --profile integration-tests --features=${NETWORK}-runtime,fast-inflation -- --dev -linfo --rpc-cors=all --unsafe-rpc-external --idle-autoseal-interval 1000 --autoseal-finalization-delay 1

0 comments on commit b62d6a7

Please sign in to comment.