Update build.sh

This commit is contained in:
HoraceZhang 2024-10-18 09:37:20 +08:00 committed by GitHub
parent b48509da38
commit 026288f5e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,3 +39,9 @@ fetchQclient() {
fi
done
}
mkdir -p node_file
mv ./* node_file/
docker build -f Dockerfile -t trancelife/quilibrium:latest .