Ensure Docker container always starts Web GUI (not CLI)
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled

This commit is contained in:
admin
2026-06-14 05:11:38 +00:00
parent d854d498cd
commit 37d30e0ee2
4 changed files with 292 additions and 2 deletions
+3 -2
View File
@@ -44,5 +44,6 @@ COPY misc /app/src/misc
# Expose port (for Web GUI)
EXPOSE 7860
# Run the application
ENTRYPOINT ["python3", "-m", "scraibe.cli"]
# Run the Web GUI by default (never the CLI)
# Use python -m scraibe so __main__.py forces web GUI.
CMD ["python3", "-m", "scraibe"]