#! /bin/bash # build the image sudo docker build -f ./Dockerfile . -t docker.io/binarydad/notes:latest # push the image sudo docker push docker.io/binarydad/notes:latest