Add docker build example

This commit is contained in:
andreas 2019-05-18 15:16:50 +02:00
parent cecbbaff49
commit 5123edb7a8

View File

@ -18,11 +18,11 @@ Rollux is a simple dice rolling bot for discord
# Running with docker # Running with docker
1. Build docker image 1. Build docker image with a tag
Example: `docker build -t rollux .`
2. Mount `/data` directory in container with your auth.json file 2. Mount `/data` directory in container with your auth.json file
## Example docker-compose file: ## Example docker-compose file:
``` ```