aboutsummaryrefslogtreecommitdiffstats
path: root/templates/moon_forming/Dockerfile
diff options
context:
space:
mode:
authorWuKong <rebirthmonkey@gmail.com>2017-12-24 13:09:46 +0100
committerWuKong <rebirthmonkey@gmail.com>2017-12-24 13:09:46 +0100
commitb2904eb52f85938a18f55520ce2b4cf4dcb0269f (patch)
tree055bcf58dc3d767fc61a870a4f859e0f740ac3db /templates/moon_forming/Dockerfile
parent1b21e61269223d9a9b97112e75606b1f612a0a24 (diff)
moon doc cleanup
Change-Id: Iccc0858e305d724fd8c3341e27f9fa90ffeb916f Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'templates/moon_forming/Dockerfile')
-rw-r--r--templates/moon_forming/Dockerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/moon_forming/Dockerfile b/templates/moon_forming/Dockerfile
new file mode 100644
index 00000000..fe48eee0
--- /dev/null
+++ b/templates/moon_forming/Dockerfile
@@ -0,0 +1,10 @@
+FROM python:3
+WORKDIR /usr/src/app
+RUN pip install --no-cache-dir --upgrade requests pyyaml python_moonutilities python_moondb
+
+ENV POPULATE_ARGS "-v"
+
+ADD . /root
+WORKDIR /root
+
+CMD sh /root/run.sh ${POPULATE_ARGS} \ No newline at end of file