This commit is contained in:
harold 2025-04-21 13:47:12 +05:00
parent 52b502dc56
commit 45f748e900

View File

@ -28,4 +28,4 @@ RUN poetry install --no-root
COPY . .
# Команда для запуска приложения
CMD ["poetry", "run", "python", "src/main.py"]
CMD ["poetry", "run", "uvicorn", "src.main:app"]