1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2025-01-19 22:15:39 +06:00
parent 596f3c5571
commit b118c38570

View File

@@ -7,7 +7,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install pytest pytest-asyncio pytest-cov RUN pip install pytest pytest-asyncio pytest-cov
# Копируем код приложения # Копируем код приложения2
COPY . . COPY . .
# Ждем доступности базы данных и запускаем тесты # Ждем доступности базы данных и запускаем тесты