Skip to content

Commit

Permalink
Revert cometbft-proof to tendermint-proof (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-mena committed Jan 18, 2023
1 parent cf903eb commit a3221e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions spec/ivy-proofs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV PYTHONPATH="/home/user/python/lib/python2.7/site-packages"
RUN pip install pyparsing
RUN python2.7 setup.py install --prefix="/home/user/python/"
ENV PATH=$PATH:"/home/user/python/bin/"
WORKDIR /home/user/cometbft-proof/
WORKDIR /home/user/tendermint-proof/

ENTRYPOINT ["/home/user/cometbft-proof/check_proofs.sh"]
ENTRYPOINT ["/home/user/tendermint-proof/check_proofs.sh"]

6 changes: 3 additions & 3 deletions spec/ivy-proofs/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
cometbft-proof:
tendermint-proof:
build: .
volumes:
- ./:/home/user/cometbft-proof:ro
- ./output:/home/user/cometbft-proof/output:rw
- ./:/home/user/tendermint-proof:ro
- ./output:/home/user/tendermint-proof/output:rw

0 comments on commit a3221e5

Please sign in to comment.