We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ed535 commit b58bc93Copy full SHA for b58bc93
2 files changed
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3-alpine
2
+
3
+WORKDIR /app
4
5
+COPY . /app
6
7
+RUN python3 setup.py install
8
9
+ENTRYPOINT ["/usr/local/bin/seoanalyze"]
README.md
@@ -16,6 +16,12 @@ Installation
16
pip3 install pyseoanalyzer
17
```
18
19
+### Docker
20
21
+```
22
+docker run sethblack/python-seo-analyzer [ARGS ...]
23
24
25
Command-line Usage
26
------------------
27
0 commit comments