We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f54086 commit 36eb62fCopy full SHA for 36eb62f
Makefile
@@ -32,6 +32,14 @@ check-all:
32
python3 ./run_tests.py --dbs=dummydb,postgres
33
check: check-postgres
34
35
+.PHONY: ipython-dev ipython-staging ipython-production
36
+ipython-dev: dev
37
+ docker exec -it rpcexplorer_explorer_1 ipython
38
+ipython-staging: staging
39
40
+ipython-production: production
41
42
+
43
.PHONY: stop stop-dev stop-staging stop-production
44
stop-dev:
45
cd docker/dev ; docker-compose stop
0 commit comments