diff --git a/build.sh b/build.sh index f4890e6..bedc3ca 100644 --- a/build.sh +++ b/build.sh @@ -39,3 +39,9 @@ fetchQclient() { fi done } + +mkdir -p node_file +mv ./* node_file/ + +docker build -f Dockerfile -t trancelife/quilibrium:latest . +