Custom Components with RASA Docker

Hello

We developed a custom component, which when we start RASA server.nlu locally it runs with the Pipeline.

When we copy the component and Pipeline to the RASA Docker image we get an error that custom component can not be found. Did you have any similar experience with the docker image?

What kind of dockerfile are you creating?

Do it from scratch the installation of the rasa nlu in dockerfile and copy your code as part of the image

If you use the official Docker image and referencing it to build another image, you might have issues

Thanks for the reply.