Skip to content

Commit

Permalink
listen on all ports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Nov 14, 2023
1 parent 747480c commit 6d3a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ FROM foundry as anvil
# Start a clean anvil chain
EXPOSE 8545

ENTRYPOINT ["/home/foundry/.foundry/bin/anvil"]
ENTRYPOINT ["anvil --chain-id 31337 --host 0.0.0.0"]

0 comments on commit 6d3a82a

Please sign in to comment.