Fixing Dockerfile to be more flexible (using CMD instead of ENTRYPOINT) and adding docker badges.

This commit is contained in:
Mitsuo Takaki
2016-05-04 20:11:30 -07:00
parent d105f73c4b
commit 8fce82b721
2 changed files with 12 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ MAINTAINER Mitsuo Takaki <mitsuotakaki@gmail.com>
COPY config.yml /usr/src/app/config/
VOLUME /usr/src/app/config/
ENTRYPOINT ["python", "cachet_url_monitor/scheduler.py", "config/config.yml"]
CMD ["python", "cachet_url_monitor/scheduler.py", "config/config.yml"]