From 1c52bf408405b8a76155749f907cde94f0cc0274 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Mon, 8 Jun 2020 16:25:36 +0200 Subject: [PATCH] --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index af6230a..bfda84e 100644 --- a/Home.md +++ b/Home.md @@ -28,6 +28,10 @@ Here is an example of the config.xml: ``` +### Docker +To build tcor as docker image, execute `docker build -t tcor:latest .` If the build was successfull, +you can run tcor via `docker run -v {path-to-the-settings-file}:/tcor -p 8080:8080 tcor`. + ### Libraries * jsoup: https://jsoup.org/ * spring: https://spring.io/projects/spring-boot