diff --git a/docker_push.sh b/docker_push.sh new file mode 100755 index 0000000..fece04c --- /dev/null +++ b/docker_push.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +VERSION=0.2.0 + +docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \ +docker push asolkar/speed-data-docker:${VERSION}