Rasa setup from docker hub to azure container app

I Build the container app with latest rasa image and mounted azure fileshare with all folders of data & modules. issue i am facing is that container is getting failed every time and i passed the command also

/bin/bash -c “cd /app && rasa train --data /app/data --config /app/config.yml --domain /app/domain.yml --out /app/models && rasa run --enable-api --cors ‘*’ --debug”

still same i new to this setup , could you please help