Skip to content

Commit

Permalink
fix: boot infra for shell access
Browse files Browse the repository at this point in the history
  • Loading branch information
crebsy committed Oct 27, 2023
1 parent 6dd449d commit 327e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ console: build setup-network
docker build -f Dockerfile.dev -t ghcr.io/yearn/yearn-exporter .
$(compose_command) -p $$PROJECT_PREFIX run --rm --entrypoint "brownie console --network $$BROWNIE_NETWORK" exporter

shell: setup-network
shell: infra setup-network
source set_network_envs.sh
$(compose_command) -p $$PROJECT_PREFIX run --rm --entrypoint bash exporter

Expand Down

0 comments on commit 327e213

Please sign in to comment.