изменил кофнигурацию докера

This commit is contained in:
Андрей Дувакин 2025-01-20 14:32:35 +05:00
parent 1fb5aa4464
commit 2d12aad75d

View File

@ -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