-
Install the package:
npm install -g @quivr/docker-build-manager -
Docker should be installed and added to the path (
docker imagesshould work in the command line).
In the root of the repo, run dbm ubp <imagename>: Updates (increases version number), builds and pushes the image.
dbm update <imagename>, dbm build <imagename> and dbm push <imagename> also exist seperately.