Check that the docker image path is set without any trailing slashes. Normally it should be like: yourregistry.azurecr.io/your-repo/image:tag
You should also consider maybe using app settings to dynamically get the correct image instead of hardcoding.
Lastly, check your app has correct permissions to access the ACR and that the registry path is correct.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola