diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..0ab440b --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +sudo docker build -f Dockerfile . -t registry.binarydad.com/weather:latest +sudo docker push registry.binarydad.com/weather:latest \ No newline at end of file