Add top-level run.sh for easy local cluster startup

This commit is contained in:
Michael Vines
2019-02-16 09:58:28 -08:00
committed by Grimes
parent 83ac075b22
commit 599516473a
4 changed files with 12 additions and 4 deletions

View File

@ -9,5 +9,5 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/*
COPY usr/bin /usr/bin/
ENTRYPOINT [ "/usr/bin/solana-entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/solana-run.sh" ]
CMD [""]