Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dfcface9

Přidáno uživatelem Tomáš Ballák před asi 4 roky(ů)

Re #7942 cron done + style changes of popup

Zobrazit rozdíly:

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/simple-cron
8
RUN chmod 0644 /etc/cron.d/simple-cron
9
RUN crontab /etc/cron.d/simple-cron
7
ADD crontab /etc/cron.d/crawler-cron
8
RUN chmod 0644 /etc/cron.d/crawler-cron
9
RUN crontab /etc/cron.d/crawler-cron
10 10

  
11 11
ADD requirements.txt /requirements.txt
12 12
RUN pip install -r /requirements.txt

Také k dispozici: Unified diff