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:
JB
2025-12-22 06:17:40 -08:00
parent e2b2f610a6
commit 89645682f1
+1 -1
View File
@@ -66,4 +66,4 @@ RUN useradd -m -u 1000 abogen \
USER abogen
CMD ["abogen"]
CMD ["abogen-web"]