I am trying to follow this tutorial here. Development with Docker. I am stuck on step 3.3 docker-compose up
Receive error about missing files. rasa_nlu.model.InvalidProjectError: Failed to load model metadata from ‘/app/current/metadata.json’. [Errno 2] No such file or directory: ‘current/metadata.json’
What does this error means? I don’t see any place to create a metadata.json in the tutorial.