add fix
This commit is contained in:
parent
b1ee865124
commit
64552df160
@ -28,4 +28,4 @@ RUN poetry install --no-root
|
||||
COPY . .
|
||||
|
||||
# Команда для запуска приложения
|
||||
CMD ["poetry", "run", "uvicorn", "src.main:app"]
|
||||
CMD ["poetry", "run", "python", "src/main.py"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user