Adding Dockerfile and docker-compose.yml to integrate it with docker

This commit is contained in:
Mitsuo Takaki
2016-05-02 20:36:24 -07:00
parent 0ea3891a7d
commit acf77438f3
2 changed files with 12 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM python:2-onbuild
MAINTAINER Mitsuo Takaki <mitsuotakaki@gmail.com>
VOLUME /usr/src/app/
ENTRYPOINT ["python", "cachet_url_monitor/scheduler.py", "config.yml"]