mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-03-08 05:31:58 +00:00
8 lines
210 B
Docker
8 lines
210 B
Docker
FROM python:2-onbuild
|
|
MAINTAINER Mitsuo Takaki <mitsuotakaki@gmail.com>
|
|
|
|
COPY config.yml /usr/src/app/config/
|
|
VOLUME /usr/src/app/config/
|
|
|
|
CMD ["python", "cachet_url_monitor/scheduler.py", "config/config.yml"]
|