Deployment configuration
Additionnal configuration to allow JazzBot deployment within a docker container
How to use :
docker build . -t jazzbot # Builds a docker image from the source code tagged "jazzbot"
docker run jazzbot # Run the docker image. It is exposed at http://172.17.0.2:8501 by default
Edited by Thibaut DE SAIVRE