debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user