mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
Dockerfile: fix ADD path to deal with non-root location
This commit is contained in:
parent
ed7839b276
commit
c79cda2c69
@ -1,6 +1,6 @@
|
||||
FROM python:2.7
|
||||
|
||||
ADD . /tahoe-lafs
|
||||
ADD ../.. /tahoe-lafs
|
||||
RUN \
|
||||
cd /tahoe-lafs && \
|
||||
make && \
|
||||
|
Loading…
Reference in New Issue
Block a user