add docker.sh

This commit is contained in:
Ryan Peters 2024-01-17 19:53:52 +00:00 committed by Ryan Peters
parent 03968bb11f
commit 8315645af7

2
docker.sh Executable file
View File

@ -0,0 +1,2 @@
sudo docker build -f BinaryDad.Coding/Dockerfile . -t binarydad/coding:latest
sudo docker push binarydad/coding:latest