изменил Dockerfile

This commit is contained in:
Андрей Дувакин 2025-01-20 14:46:34 +05:00
parent 434902a7f5
commit e5716302f6

View File

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