# Rollbot ## Build `docker build -t rollbot3:latest .` ## Deploy `docker run -p6070:6070 --name rollbot3-instance -d rollbot3` ## Local Run w/o Docker `cd` into `src/` and run `ROLLBOT_CFG_DIR=../config python3 app.py` Note this requires at least Python 3.7.1