KILTprotocol / kilt-node

KILT blockchain node

Home Page:https://kilt.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use release builds in docker images

tjwelde opened this issue · comments

Right now, we are using the debug build in our docker containers. Lets move over to the release build

cargo build --release would result in the release build, thats the only difference when executing that I found for building in release mode.

Files to edit would be start-node.sh and Dockerfile and README.md

Implemented and tested on Branch releasemodebuilding

fixed in #63