diff --git a/Dockerfile b/Dockerfile index 56d92f6..9cd9a84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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