53af9f7437
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>