diff --git a/docker.sh b/docker.sh new file mode 100755 index 0000000..b83745a --- /dev/null +++ b/docker.sh @@ -0,0 +1,7 @@ +#! /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