Update Docker configuration to run in Yandex Cloud

This commit is contained in:
Murzify 2024-09-28 13:48:18 +05:00
parent 79849e5de9
commit f656492c5a
3 changed files with 10 additions and 4 deletions

View file

@ -8,4 +8,4 @@ RUN pip3 install --no-cache-dir --upgrade -r /starlio-web/requirements.txt
COPY ./ /starlio-web/
CMD ["fastapi", "run", "main.py", "--port", "8000"]
CMD ["python", "main.py"]