]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
move Dockerfile down ito misc/build_helpers/
authorBrian Warner <warner@lothar.com>
Sun, 7 Jun 2015 20:40:26 +0000 (13:40 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 7 Jun 2015 20:40:26 +0000 (13:40 -0700)
Dockerfile [deleted file]
misc/build_helpers/Dockerfile [new file with mode: 0644]

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644 (file)
index 6b45619..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM python:2.7
-
-ADD . /tahoe-lafs
-RUN \
-  cd /tahoe-lafs && \
-  make && \
-  ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
-
-WORKDIR /root
diff --git a/misc/build_helpers/Dockerfile b/misc/build_helpers/Dockerfile
new file mode 100644 (file)
index 0000000..6b45619
--- /dev/null
@@ -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