In ./prod-deploy/deploy.sh line 29: MIN_SCALE=$(cat $SERVICE | grep MIN_SCALE | sed -e 's|^.*::||') ^------^ SC2002: Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.For more information: https://www.shellcheck.net/wiki/SC2002 -- Useless cat. Consider 'cmd < file...ERROR: Job failed: exit code 1