feat: add dockerfile
Some checks failed
Sphinx: Render docs / build (push) Has been cancelled
Python Linting / lint (push) Has been cancelled
Run Tests with Pytest / test (push) Has been cancelled

This commit is contained in:
2025-12-15 22:31:13 +08:00
parent 9b88cec77b
commit ba0968b2da
8 changed files with 784 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ from texteller.utils import get_device
"-p",
"--port",
type=int,
default=8000,
default=8001,
help="Port to run the server on",
)
@click.option(