change webui to api

This commit is contained in:
samiabat 2025-03-25 02:13:20 +03:00
parent 165882d64f
commit 73f08615bf

View File

@ -39,4 +39,4 @@ COPY . /workspace
EXPOSE 9871 9872 9873 9874 9880
CMD ["python", "webui.py"]
CMD ["python", "app.py"]