Maybe I’m missing something but if I do just a basic docker run -p 5005:5005 -itd -v $(pwd)/models:/app/models rasa/rasa:latest-full run then curl to http://localhost:5005 gives me Hello from Rasa: 1.4.0a1 but the /status route and others don’t seem to work.
Sorry I did include that and it still does it, I forgot to mention that. I’ll double check to make sure but pretty sure I had that as a part of the command I tested too.