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:
cce7894
)
Change the WORKDIR after the git clone step.
author
Steven Black
<redacted>
Wed, 14 Oct 2020 03:53:15 +0000
(23:53 -0400)
committer
Steven Black
<redacted>
Wed, 14 Oct 2020 03:53:15 +0000
(23:53 -0400)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 441a8af427bb6426899694bc0e4f0d46a01ac433..59c551184b307ce2720ddcadb40ee7b3448897b7 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-4,6
+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
+WORKDIR /usr/src/hosts
# Now you launch this with
# $ docker build ./
git clone https://git.99rst.org/PROJECT