Dockerfile: fix ADD path to deal with non-root location

This commit is contained in:
Brian Warner 2015-06-07 14:24:04 -07:00
parent ed7839b276
commit c79cda2c69

View File

@ -1,6 +1,6 @@
FROM python:2.7
ADD . /tahoe-lafs
ADD ../.. /tahoe-lafs
RUN \
cd /tahoe-lafs && \
make && \