diff --git a/build.sh b/build.sh index 5c365be..b5cfd9b 100755 --- a/build.sh +++ b/build.sh @@ -44,6 +44,19 @@ container="${domain}/${image}:${tag}" # echo_error "Dockerfile does not exist" && # exit 1 # -docker build -t "$container" . +# docker build -t "$container" . +# +# docker push "$container" +echo "Would push $container" -docker push "$container" +echo "is docker installed?" +if command_exists docker; then + echo "Yes!" +else + echo "No!" +fi + +echo "What is the hostname? What is path?" + +echo "HOSTNAME: $(hostname)" +echo "PATH: ${PATH}"