# bicycle statistics Observe `` for `gpx` files and create a html statistics page based on it at ``. ## Build ```sh docker build -t . ``` ## Run ```sh docker run -d -v :/bs_in -v :/bs_out --name --restart always ``` ## Example ```sh docker build -t bicycle_statistics_creator . docker run -d -v /srv/nextcloud/data/tkl/files/Bicycle:/bs_in -v /srv/bicycle.blackfinn.de/data:/bs_out --name bicycle-statistics --restart always bicycle_statistics_creator ```