aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/templates/moonforming/Dockerfile
blob: 14b12b6028e9af4e9e1c8903f2f7ddf60691a80e (plain)
1
2
3
4
5
6
7
8
FROM python:3
WORKDIR /usr/src/app
RUN pip install --no-cache-dir --upgrade requests pyyaml moon_utilities moon_db

ADD conf2consul.py /root
ADD run.sh /root

CMD ["bash", "/root/run.sh" ]