git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
aef9829
)
Add some basic run instructions (comments) in the Dockerfile
author
Steven Black
<redacted>
Wed, 14 Oct 2020 03:44:32 +0000
(23:44 -0400)
committer
Steven Black
<redacted>
Wed, 14 Oct 2020 03:44:32 +0000
(23:44 -0400)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index d32abdb89f779f0930926d37568ad20749bd52d7..441a8af427bb6426899694bc0e4f0d46a01ac433 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-4,3
+4,7
@@
WORKDIR /usr/src
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN git clone --depth 1 https://github.com/StevenBlack/hosts.git
+
+# Now you launch this with
+# $ docker build ./
+# $ docker run -it (containerid) bash
\ No newline at end of file
git clone https://git.99rst.org/PROJECT