From 99d54236ebd394edf7c6d119179a2d60370505dc Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 30 Sep 2018 16:32:03 -0400 Subject: [PATCH] Adding placeholder Dockerfile The intent of this Dockerfile is to eventually contain the Lbrynet-daemon build process. --- lbrynet-daemon/compile/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lbrynet-daemon/compile/Dockerfile diff --git a/lbrynet-daemon/compile/Dockerfile b/lbrynet-daemon/compile/Dockerfile new file mode 100644 index 0000000..62e2ac0 --- /dev/null +++ b/lbrynet-daemon/compile/Dockerfile @@ -0,0 +1,2 @@ +## Convert this guide into a Dockerfile, have it spit out the compiled output. +## https://github.com/lbryio/lbry/blob/master/INSTALL.md