This commit is contained in:
norohind 2024-05-29 01:50:22 +03:00
parent a68051e1bb
commit c671c0eb02
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -29,4 +29,4 @@ RUN pip install --no-cache /wheels/*
COPY . .
CMD ["python3", "/app/main.py"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080"]