From 3b591a5314a206b1098b03b2188e9b7c90e152bf Mon Sep 17 00:00:00 2001 From: Adam <63557993+OceanTechnic@users.noreply.github.com> Date: Sat, 28 Aug 2021 09:26:47 +0200 Subject: [PATCH 1/3] Added . in Docker building Without . docker will not build the image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe07555e..141a65c2 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Ward works nice on all popular operating systems, because it uses [OSHI](https:/ Build for Docker - 1. Clone the project - 2. docker build --tag ward + 1. Clone the projec + 2. docker build . --tag ward 3. docker run --rm -it --name ward -p 4000:4000 -p : --privileged ward 4. Go to localhost:4000 in web browser, input the same application port 5. If you get error after being redirected to application port try hitting refresh From e5881ffe9c00c0d9a4e16ea880b223f5e8b45d74 Mon Sep 17 00:00:00 2001 From: Adam <63557993+OceanTechnic@users.noreply.github.com> Date: Sat, 28 Aug 2021 09:28:36 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141a65c2..e67fd7ba 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Ward works nice on all popular operating systems, because it uses [OSHI](https:/ Build for Docker - 1. Clone the projec + 1. Clone the project 2. docker build . --tag ward 3. docker run --rm -it --name ward -p 4000:4000 -p : --privileged ward 4. Go to localhost:4000 in web browser, input the same application port From 5a302a54c53d08239c4ae373efe9dbd987313cbb Mon Sep 17 00:00:00 2001 From: Adam <63557993+OceanTechnic@users.noreply.github.com> Date: Sat, 28 Aug 2021 16:40:00 +0200 Subject: [PATCH 3/3] Added the . (dot) at the end --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e67fd7ba..e284b567 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Ward works nice on all popular operating systems, because it uses [OSHI](https:/ Build for Docker 1. Clone the project - 2. docker build . --tag ward + 2. docker build --tag ward . 3. docker run --rm -it --name ward -p 4000:4000 -p : --privileged ward 4. Go to localhost:4000 in web browser, input the same application port 5. If you get error after being redirected to application port try hitting refresh