projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed7839b
)
Dockerfile: fix ADD path to deal with non-root location
author
Brian Warner
<warner@lothar.com>
Sun, 7 Jun 2015 21:24:04 +0000
(14:24 -0700)
committer
Brian Warner
<warner@lothar.com>
Sun, 7 Jun 2015 21:24:04 +0000
(14:24 -0700)
misc/build_helpers/Dockerfile
patch
|
blob
|
history
diff --git
a/misc/build_helpers/Dockerfile
b/misc/build_helpers/Dockerfile
index 6b45619bbfe6cd9b3f153d6195036ce0840bbcb1..155ed846f8f368a7e2a86fe8d223a9e650a23c27 100644
(file)
--- a/
misc/build_helpers/Dockerfile
+++ b/
misc/build_helpers/Dockerfile
@@
-1,6
+1,6
@@
FROM python:2.7
-ADD . /tahoe-lafs
+ADD .
./..
/tahoe-lafs
RUN \
cd /tahoe-lafs && \
make && \