mirror of
https://github.com/status-im/status-go.git
synced 2025-01-17 18:22:13 +00:00
chore(Makefile)_: run-anvil command with dev ports mapping (#6155)
This commit is contained in:
parent
1b9e8fdafc
commit
bed099c1e8
5
Makefile
5
Makefile
@ -420,7 +420,10 @@ test-verif-proxy-wrapper:
|
||||
|
||||
run-anvil: SHELL := /bin/sh
|
||||
run-anvil:
|
||||
docker-compose -f tests-functional/docker-compose.anvil.yml up --remove-orphans
|
||||
@docker compose \
|
||||
-f tests-functional/docker-compose.anvil.yml \
|
||||
-f tests-functional/docker-compose.anvil.dev.yml \
|
||||
up --remove-orphans
|
||||
|
||||
codecov-validate: SHELL := /bin/sh
|
||||
codecov-validate:
|
||||
|
4
tests-functional/docker-compose.anvil.dev.yml
Normal file
4
tests-functional/docker-compose.anvil.dev.yml
Normal file
@ -0,0 +1,4 @@
|
||||
services:
|
||||
anvil:
|
||||
ports:
|
||||
- 8545:8545
|
Loading…
x
Reference in New Issue
Block a user