Deployment configuration
Compare changes
- Thibaut DE SAIVRE authored
+ 19
− 4
@@ -30,3 +30,18 @@ ship:docker:
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