diff options
Diffstat (limited to 'onceaday/Dockerfile')
-rwxr-xr-x | onceaday/Dockerfile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/onceaday/Dockerfile b/onceaday/Dockerfile deleted file mode 100755 index 6f733db..0000000 --- a/onceaday/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -FROM reg.reaweb.uk/smallytchannelbot -MAINTAINER Eden Attenborough "eddie.atten.ea29@gmail.com" -ARG DEBIAN_FRONTEND=noninteractive -RUN apt-get install -y tzdata cron -COPY . /app -WORKDIR /app -COPY onceaday/crontab /etc/cron.d/oad-crontab -RUN chmod 0644 /etc/cron.d/oad-crontab && crontab /etc/cron.d/oad-crontab -RUN pip3 install -r onceaday/requirements.txt -ENTRYPOINT ["cron", "-f"] |