rauldpm / ChatbotTFG

This project houses a chatbot built with the Open Source Rasa software.
GNU General Public License v3.0
0 stars 0 forks source link

Docker local deployment #20

Closed rauldpm closed 1 year ago

rauldpm commented 1 year ago

This PR adds local deployment using Docker so that you have a fast deployment method. This deployment allows you to continue executing the project locally through the CLI in addition to developing using the created containers.

It also allows you to obtain the rasa log through a volume

Closes #19