debug
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
COPY crons_jobs /etc/cron.d/django_crons_jobs
|
COPY crons_jobs /etc/cron.d/django_crons_jobs
|
||||||
RUN apt-get update && apt-get install -y cron
|
RUN apt-get update && apt-get install -y cron
|
||||||
RUN chmod 0644 /etc/cron.d/django_crons_jobs && crontab /etc/cron.d/django_crons_jobs && touch /var/log/cron.log && tail -f /var/log/cron.log
|
RUN chmod 0644 /etc/cron.d/django_crons_jobs && crontab /etc/cron.d/django_crons_jobs && touch /var/log/cron.log
|
||||||
|
|
||||||
|
|
||||||
RUN apt update && apt install cron && pip install --no-cache-dir -r requirements.txt
|
RUN apt update && apt install cron && pip install --no-cache-dir -r requirements.txt
|
||||||
|
Reference in New Issue
Block a user