diff --git a/bin/docker-robot b/bin/docker-robot new file mode 100755 index 000000000..fe41bd1f1 --- /dev/null +++ b/bin/docker-robot @@ -0,0 +1,10 @@ +#!/bin/bash +# +# For docker +# + +# cd to Rails root directory +cd "$(dirname "$0")"; cd .. + +bin/update-repo +bin/robot