Run a fullnode+drone automatically when the container starts up

This commit is contained in:
Michael Vines
2018-10-02 17:34:47 -07:00
parent 3fa46dd66d
commit beb4536841
4 changed files with 48 additions and 4 deletions

View File

@@ -16,9 +16,10 @@ if [[ -z $CHANNEL ]]; then
exit 0
fi
rm -rf cargo-install/
rm -rf usr/
../docker-run.sh solanalabs/rust:1.29.1 \
cargo install --path . --root ci/docker-solana/cargo-install
cargo install --path . --root ci/docker-solana/usr
cp -f entrypoint.sh usr/bin/solana-entrypoint.sh
docker build -t solanalabs/solana:$CHANNEL .