Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 30, 2023
1 parent 6ac7642 commit c5cc058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-blockchain/run-docker.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

docker run --name bor-test -it -d -p 8545:8545 -v $(pwd):/bordata 0xpolygon/bor:v1.2.0 /bin/sh -c "cd /bordata; sh start.sh"
docker run --name bor-test -it -d -p 8545:8545 -v $(pwd):/bordata 0xpolygon/bor:1.2.0 /bin/sh -c "cd /bordata; sh start.sh"

0 comments on commit c5cc058

Please sign in to comment.