Use ./src and ./public so Vite resolves /src/main.ts correctly instead of
nesting files under web/web/src.
Co-authored-by: Cursor <cursoragent@cursor.com>
ARG before FROM is not visible in RUN; set APK_MIRROR default inside the
runtime stage so sed does not produce broken https:///alpine URLs in CI.
Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce ComfyUI workflow models with Replicate-style predictions API, complete embedding and Cohere-compatible rerank proxying, and rebuild images for linux/amd64 via docker.1panel.live.
Co-authored-by: Cursor <cursoragent@cursor.com>
Ignore the removed config file path so git-pulled binaries still start under legacy image entrypoints; delegate container startup to the repo entrypoint when available.
Co-authored-by: Cursor <cursoragent@cursor.com>
Remove config-file validation that blocked startup; settings are stored in SQLite and editable from the system settings page, with optional legacy yaml import on first boot.
Co-authored-by: Cursor <cursoragent@cursor.com>