This commit is contained in:
harold 2025-04-21 17:28:06 +05:00
parent b1ee865124
commit 64552df160

View File

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