Deployment configuration
Compare changes
- Thibaut DE SAIVRE authored
+ 5
− 0
@@ -7,6 +7,11 @@ stages:
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