From e5716302f63a0f054bad2e5476abceed00bbdeb9 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 20 Jan 2025 14:46:34 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20Do?= =?UTF-8?q?ckerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CineSync/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CineSync/Dockerfile b/CineSync/Dockerfile index 96fd14e..e777bbf 100644 --- a/CineSync/Dockerfile +++ b/CineSync/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /app COPY . . RUN pip install --no-cache-dir -r requirements/prod.txt +RUN pip install --no-cache-dir psycopg2 +RUN pip install --no-cache-dir psycopg RUN python manage.py collectstatic --noinput