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

This commit is contained in:
2025-07-21 01:06:51 +05:00
parent d2084e73ee
commit 7131f6613e

View File

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