add docker.sh

This commit is contained in:
Ryan Peters 2023-11-03 12:23:18 +00:00
parent 2acec128e8
commit c307de995d

7
docker.sh Executable file
View File

@ -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