]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Dockerfile: fix ADD path to deal with non-root location
authorBrian Warner <warner@lothar.com>
Sun, 7 Jun 2015 21:24:04 +0000 (14:24 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 7 Jun 2015 21:24:04 +0000 (14:24 -0700)
misc/build_helpers/Dockerfile

index 6b45619bbfe6cd9b3f153d6195036ce0840bbcb1..155ed846f8f368a7e2a86fe8d223a9e650a23c27 100644 (file)
@@ -1,6 +1,6 @@
 FROM python:2.7
 
-ADD . /tahoe-lafs
+ADD ../.. /tahoe-lafs
 RUN \
   cd /tahoe-lafs && \
   make && \