first commit1

This commit is contained in:
Xander 2025-02-17 21:05:24 +02:00
parent c3197fe54d
commit dacf434512
1 changed files with 1 additions and 1 deletions

View File

@ -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"]