This commit is contained in:
2024-04-12 15:24:32 +02:00
parent 2b9483fd17
commit 12d26fa261

View File

@@ -8,7 +8,7 @@ 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
RUN docpip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
RUN python manage.py makemigrations && python manage.py migrate