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-02-02 03:54:29 +06:00
parent 8f4d3ae878
commit ef548e3dfd
8 changed files with 165 additions and 108 deletions

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
# Копируем код приложения222
# Копируем код приложения
COPY . .
# Ждем доступности базы данных и запускаем тесты