1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

change docker555

This commit is contained in:
MoonTestUse1
2024-12-24 00:24:02 +06:00
parent 2823b35753
commit cde47fa5b6

View File

@@ -7,7 +7,6 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Копируем только requirements.txt сначала
COPY ./backend/requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
# Копируем остальные файлы