Remove scripts replaced by docker compose

This commit is contained in:
Luke Van Seters 2021-07-22 15:45:43 -04:00
parent c15ec12361
commit b0a93feb79
2 changed files with 0 additions and 4 deletions

View File

@ -1,2 +0,0 @@
#!/bin/bash
docker build -t flashbots/mev-inspector-py:0.1 docker/.

View File

@ -1,2 +0,0 @@
#!/bin/bash
docker run -it --rm -v $(pwd):/project flashbots/mev-inspector-py:0.1 /bin/bash