diff options
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 |