Hi there!
I’ve created a new custom policy that sits at the root level of my Rasa project.
custom_policies/ButtonPredictionPolicy.yml
I then imported the policy in the config.yml
file. It works in the Rasa shell, but now in production, I want to add this custom policy to the Rasa docker container running on the EC2 server.
How do I go about adding this policy to the Rasa docker container?