1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-10 22:31:28 +02:00
This commit is contained in:
kev
2015-07-07 17:08:38 +08:00
parent 90a9b80d2b
commit 5c5c2967a3

View File

@@ -27,5 +27,7 @@ RUN apk add -U ca-certificates \
&& echo '*/15 * * * * cd ~/.urlwatch && make' | crontab -
COPY urlwatch /root/.urlwatch
VOLUME /root/.urlwatch
WORKDIR /root/.urlwatch
CMD ["crond", "-f", "-L", "/dev/stdout"]