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