From 12d26fa261bc68c0f2864db7e2a55338bd1766ae Mon Sep 17 00:00:00 2001 From: Kirosbr Date: Fri, 12 Apr 2024 15:24:32 +0200 Subject: [PATCH] debug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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