diff --git a/doc/instructions.md b/doc/instructions.md index 1e8839f..c8ea25b 100644 --- a/doc/instructions.md +++ b/doc/instructions.md @@ -6,8 +6,8 @@ Using docker is the easiest way! If you already have docker up and running, all you need to start Widerhall is -1. Download the [Dockerfile](Dockerfile) -2. Build the image: `docker build -t widerhall /path-to-dockerfile/ +1. Download the [Dockerfile](../Dockerfile) +2. Build the image: `docker build -t widerhall /path-to-dockerfile/` 3. Start a container: ```bash diff --git a/pom.xml b/pom.xml index 0443998..4633c5e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.25 + 0.2.26