aboutsummaryrefslogtreecommitdiffstats
path: root/moon_forming/Dockerfile
blob: ffae02c5e8882a014b45adfb9dd6151a00aaf2cb (plain)
1
2
3
4
5
6
7
8
9
FROM python:3

WORKDIR /usr/src/app
RUN pip install --no-cache-dir --upgrade requests pytest pyyaml python_moonutilities python_moondb python_moonclient

ADD . /root
WORKDIR /root

CMD /bin/bash /root/config_moon.sh