Skip to content

Commit

Permalink
run anvil with host 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Oct 9, 2023
1 parent 2b08762 commit e6119fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN pnpm hardhat compile

EXPOSE 8545/tcp

CMD ~/.foundry/bin/anvil
CMD ~/.foundry/bin/anvil --host 0.0.0.0

0 comments on commit e6119fb

Please sign in to comment.