Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
en committed Dec 16, 2023
1 parent cd82e62 commit 619bab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
WORKDIR /root

# Download and compile the ottod binaries
RUN git clone --depth 1 -b feat/otto-upgrade-ccv https://github.com/octopus-appchains/otto.git otto-v1 \
RUN git clone --depth 1 -b main https://github.com/ottochain/otto.git otto-v1 \
&& cd otto-v1 \
&& make build

Expand Down Expand Up @@ -49,4 +49,4 @@ RUN chmod +x /root/init_and_start.sh
EXPOSE 26656 26657 1317 9090 8545 8546
USER 0

ENTRYPOINT ["/bin/bash", "-c"]
ENTRYPOINT ["/bin/bash", "-c"]

0 comments on commit 619bab5

Please sign in to comment.