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