Added service-exec script for running periodic processes
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
FROM cron
|
||||
MAINTAINER gyurix
|
||||
COPY . /
|
||||
RUN mkdir -p /opt/cron
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY cron-re-read.sh /cron-re-read.sh
|
||||
COPY service /usr/local/bin/
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user