dockerfile fix
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m9s

This commit is contained in:
2025-05-19 15:25:34 +03:00
parent 8e2aa010e8
commit 330d34702f

View File

@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
# Определяем команду запуска приложения # Определяем команду запуска приложения
CMD ["python", "main.py"] CMD ["python", "src/main.py"]