This commit is contained in:
Ryan Peters 2023-11-15 11:03:31 -05:00
commit ca8344cbb2

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