Skip to content

Commit f7662c0

Browse files
authored
docker instruction added (#40)
1 parent c8aac16 commit f7662c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ Let's run the tool now:
6363
```
6464
Pass your Website to the tool and you will get a generated JSON highlighting all the achievements you have made in SEO Optimization or the warnings being displayed by the same 🔑
6565

66-
We are now working on dockerizing the Package and publishing it on PyPi as well for easy accessibility 💻
66+
**Building using docker**
67+
```bash
68+
$ docker build -t 'app:webedge' .
69+
$ docker run app:webedge
70+
```
6771

6872
## 🛑 External Tools
6973

0 commit comments

Comments
 (0)