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:21:28 +06:00
parent d58b22d38f
commit 92218e5106

View File

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