diff --git a/build.sh b/build.sh deleted file mode 100755 index dc365e8..0000000 --- a/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -docker build -t flashbots/mev-inspector-py:0.1 docker/. diff --git a/enter.sh b/enter.sh deleted file mode 100755 index 6130eb0..0000000 --- a/enter.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -docker run -it --rm -v $(pwd):/project flashbots/mev-inspector-py:0.1 /bin/bash