diff options
author | RHE <rebirthmonkey@gmail.com> | 2017-12-26 13:35:54 +0100 |
---|---|---|
committer | RHE <rebirthmonkey@gmail.com> | 2017-12-26 13:35:54 +0100 |
commit | 454e9c5f8664ea99ccea2417b6cc3ffb238cf834 (patch) | |
tree | 479a6d0fcee5ba6c17ea12370125e6681594128a /moon_forming/Dockerfile | |
parent | 19a69441bbcc8b5e9e334f81c66d0f3720405fdd (diff) |
moon v4 re-organization
Change-Id: I73665f739f35ae18175f98d0739567e403c1fa80
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'moon_forming/Dockerfile')
-rw-r--r-- | moon_forming/Dockerfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/moon_forming/Dockerfile b/moon_forming/Dockerfile new file mode 100644 index 00000000..fe48eee0 --- /dev/null +++ b/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 |