first commit1
This commit is contained in:
parent
c3197fe54d
commit
dacf434512
|
@ -26,4 +26,4 @@ EXPOSE 8000
|
|||
|
||||
|
||||
# Presuming there is a `my_app` command provided by the project uvicorn main:app --reload
|
||||
CMD ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8025"]
|
||||
CMD ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
Loading…
Reference in New Issue