mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-05-08 22:06:33 +01:00
Moving the config to its own folder so it works better with docker, when mounting the local folder. Adding more documentation about running in docker.
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
||||
FROM python:2-onbuild
|
||||
MAINTAINER Mitsuo Takaki <mitsuotakaki@gmail.com>
|
||||
|
||||
VOLUME /usr/src/app/
|
||||
COPY config.yml /usr/src/app/config/
|
||||
VOLUME /usr/src/app/config/
|
||||
|
||||
ENTRYPOINT ["python", "cachet_url_monitor/scheduler.py", "config.yml"]
|
||||
ENTRYPOINT ["python", "cachet_url_monitor/scheduler.py", "config/config.yml"]
|
||||
|
||||
Reference in New Issue
Block a user