mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 04:36:04 +00:00
Adds an ENTRYPOINT script that runs user-provided init scripts from /openclaw-init.d/ before starting the gateway. This is the standard Docker pattern (used by nginx, postgres, etc.) for customizing container startup without overriding the entire entrypoint. Usage: docker run -v ./my-init-scripts:/openclaw-init.d:ro openclaw Scripts must be executable. Non-executable files are skipped with a warning. Scripts run in alphabetical order with output prefixed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2.0 KiB
2.0 KiB