mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-02-25 03:31:24 +03:00
Update Docker configuration to run in Yandex Cloud
This commit is contained in:
parent
79849e5de9
commit
f656492c5a
3 changed files with 10 additions and 4 deletions
|
@ -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"]
|
Loading…
Add table
Reference in a new issue