From 2d12aad75db90cd7bde8a781983f8aa0f1f314a8 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 20 Jan 2025 14:32:35 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D1=84=D0=BD=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CineSync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CineSync/Dockerfile b/CineSync/Dockerfile index 47ce9e1..96fd14e 100644 --- a/CineSync/Dockerfile +++ b/CineSync/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r requirements/prod.txt RUN python manage.py collectstatic --noinput