diff --git a/deploy/docker/fs/opt/appsmith/healthcheck.sh b/deploy/docker/fs/opt/appsmith/healthcheck.sh index 52028f05ee..e87a7a6cc6 100644 --- a/deploy/docker/fs/opt/appsmith/healthcheck.sh +++ b/deploy/docker/fs/opt/appsmith/healthcheck.sh @@ -32,7 +32,7 @@ while read -r line fi fi fi - done <<< $(supervisorctl status all) + done <<< $(supervisorctl status editor rts backend) if [ $healthy == true ]; then exit 0 else