Open snekiam opened 3 years ago
Along with https://github.com/calpoly-csai/swanton/pull/33, this is pretty trivial, as we can just run npm run build
in the chatbot, then copy the contents of the build directory to /var/www/html/ on the gcp instance. This isn't very automatic; we should change that at some point.
Add a docker-compose service for hosting the web chatbot alongside the rasa server.