last fix
All checks were successful
Build and Deploy / deploy (push) Successful in 11s

This commit is contained in:
2025-07-21 01:00:28 +05:00
parent 860b73554c
commit d2084e73ee
2 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ VOLUME /app/static
EXPOSE 3000
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]