mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
fix: Use abogen-web command in Docker for headless web UI
The 'abogen' command now launches the PyQt6 desktop GUI which requires display libraries not available in Docker containers. Changed the Docker CMD to use 'abogen-web' which launches the Flask web UI.
This commit is contained in:
@@ -66,4 +66,4 @@ RUN useradd -m -u 1000 abogen \
|
||||
|
||||
USER abogen
|
||||
|
||||
CMD ["abogen"]
|
||||
CMD ["abogen-web"]
|
||||
|
||||
Reference in New Issue
Block a user