mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
Merge pull request #165 from pataquets/add-dockerfile
Base Dockerfile initial version.
This commit is contained in:
commit
c999a17405
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM python:2.7
|
||||||
|
|
||||||
|
ADD . /tahoe-lafs
|
||||||
|
RUN \
|
||||||
|
cd /tahoe-lafs && \
|
||||||
|
make && \
|
||||||
|
ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
|
||||||
|
|
||||||
|
WORKDIR /root
|
Loading…
Reference in New Issue
Block a user