No Valid model found at models

I used the below command to run rasa docker run -it -p 8080:8080 -v $(pwd):/root/app rasa/rasa run --enable-api --port 8080 Trained models are present in my project folder

but getting the below message /opt/venv/lib/python3.8/site-packages/rasa/shared/utils/io.py:98: UserWarning: No valid model found at models!

Have you tried mentioning the model path as,

docker command(+ volume) + run -m “path/to/model” --enable-api -p port