diff options
author | Thomas Duval <thomas.duval@orange.com> | 2017-10-29 21:12:28 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2017-10-29 21:12:28 +0100 |
commit | 63a4316f271a15cc9e9718fbef6f54f2eb05ad20 (patch) | |
tree | 6b3cc9a8a56e7decbd341f49740299be5a7fe041 /moonv4/templates/moonforming/Dockerfile | |
parent | 324009655ea60c5215929fc3ddbe57fd2242c133 (diff) |
Update the moonforming template
Change-Id: I283a414acb2d38ca094bc542dec577b085217cf9
Diffstat (limited to 'moonv4/templates/moonforming/Dockerfile')
-rw-r--r-- | moonv4/templates/moonforming/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/moonv4/templates/moonforming/Dockerfile b/moonv4/templates/moonforming/Dockerfile index 14b12b60..3410a5f4 100644 --- a/moonv4/templates/moonforming/Dockerfile +++ b/moonv4/templates/moonforming/Dockerfile @@ -2,7 +2,7 @@ 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 +ADD . /root +WORKDIR /root -CMD ["bash", "/root/run.sh" ]
\ No newline at end of file +CMD ["sh", "/root/run.sh" ]
\ No newline at end of file |