Update install_docker.sh
ERROR: "docker buildx build" requires exactly 1 argument.
This commit is contained in:
parent
8a1bc3bdcd
commit
69a594a187
@ -60,7 +60,7 @@ git checkout release
|
||||
# Step 7:Build Docker Container
|
||||
echo "⏳Building Ceremonyclient Container"
|
||||
sleep 2 # Add a 2-second delay
|
||||
docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium -t quilibrium:1.4.18 .
|
||||
docker build --build-arg GIT_COMMIT=$(git log -1 --format=%h) -t quilibrium:1.4.18 .
|
||||
|
||||
# Step 8:Run Ceremonyclient Container
|
||||
echo "✅Running Ceremonyclient Container"
|
||||
@ -71,4 +71,4 @@ docker compose -f docker/docker-compose.yml up -d
|
||||
echo "🎉Welcome to Quilibrium Ceremonyclient"
|
||||
echo "⏳Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
|
||||
sleep 5 # Add a 5-second delay
|
||||
docker compose -f docker/docker-compose.yml logs -f -n, --tail 100
|
||||
docker compose -f docker/docker-compose.yml logs -f -n, --tail 100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user