Skip to content

Commit

Permalink
Fix anvil command
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 17, 2024
1 parent d8e447a commit 2d21a59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ services:
ANVIL_URL: "http://anvil:8545"

anvil:
build:
dockerfile: /Users/nickmolnar/code/xmtp/libxmtp/dev/docker/anvil.Dockerfile
image: ghcr.io/foundry-rs/foundry
platform: linux/amd64
entrypoint: ["anvil", "--host", "0.0.0.0"]
working_dir: /anvil
ports:
- 8545:8545

Expand Down

0 comments on commit 2d21a59

Please sign in to comment.