Skip to content

Commit

Permalink
fix: bad dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Feb 1, 2024
1 parent af5217f commit e46901f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/testnet.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY --from=golang-base /usr/local/go /usr/local/go
# Add Golang to the PATH
ENV PATH="/usr/local/go/bin:${PATH}"

ARG VERSION=0.0.0
ARG VERSION=0.3.0

# Set environment variables to non-interactive (this prevents some prompts)
ENV DEBIAN_FRONTEND=non-interactive
Expand Down Expand Up @@ -53,6 +53,6 @@ RUN chmod +x install.sh
# Execute the script with the desired arguments
RUN ./install.sh --version ${VERSION}

RUN source ~/.bashrc && movement manage install m1 testnet --ver ${VERSION}
RUN . ~/.bashrc && PATH="$PATH:~/.movement/bin" movement manage install m1 testnet --ver ${VERSION}

CMD ["/bin/bash"]

0 comments on commit e46901f

Please sign in to comment.