Revize 7736e60c
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
docker/crawler/Dockerfile | ||
---|---|---|
4 | 4 |
RUN yes | apt-get install software-properties-common |
5 | 5 |
RUN apt-get install dialog apt-utils -y |
6 | 6 |
RUN pip install -q --no-cache-dir --upgrade pip |
7 |
ADD crontab /etc/cron.d/crawler-cron
|
|
7 |
COPY crontab /etc/cron.d/crawler-cron
|
|
8 | 8 |
RUN chmod 0644 /etc/cron.d/crawler-cron |
9 | 9 |
RUN crontab /etc/cron.d/crawler-cron |
10 | 10 |
|
Také k dispozici: Unified diff
cron fix