diff --git a/config/docker/hooks/build b/config/docker/hooks/build new file mode 100755 index 00000000..10203313 --- /dev/null +++ b/config/docker/hooks/build @@ -0,0 +1,6 @@ +#!/bin/bash + +# DockerHub cd into Dockerfile location before buil +# So we have to undo this. +cd ../.. +docker build -f config/docker/Dockerfile -t $IMAGE_NAME .