From 508299b011b08d9a5129e5779ec73c4ba613269a Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Mon, 21 Oct 2019 10:22:19 +0200 Subject: [PATCH] Add automation info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 294a4b3..33c89bb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is a very basic Docker container for [TileBoard](https://github.com/resoai/ It contains the sources and starts a simple Python3 webserver to serve TileBoard at port 8000. +The builds are automated on changes of the official TileBoard repository. + ## Usage You have to mount your `config.js` file into the `/tileboard` directory of the Docker container. You can see an [example config.js file in the official repository](https://github.com/resoai/TileBoard/blob/master/config.example.js). @@ -30,4 +32,4 @@ After a `docker-compose up -d`, you can reach your TileBoard instance under `htt ## Sources -Have a look at the [Git-Repository](https://git.f-brinker.de/fbrinker/docker-tileboard). \ No newline at end of file +Have a look at the [Git-Repository](https://git.f-brinker.de/fbrinker/docker-tileboard).