Revert "feat(docker): add init script support via /openclaw-init.d/"

This reverts commit 53af9f7437.
This commit is contained in:
Gustavo Madeira Santana
2026-02-16 20:23:55 -05:00
parent 09c82a1fbf
commit 37064e5cc6
2 changed files with 0 additions and 34 deletions

View File

@@ -56,11 +56,6 @@ RUN chown -R node:node /app
# This reduces the attack surface by preventing container escape via root privileges
USER node
# Support custom init scripts mounted at /openclaw-init.d/
# Scripts must be executable. They run before the gateway starts.
# Example: docker run -v ./my-scripts:/openclaw-init.d:ro openclaw
ENTRYPOINT ["/app/scripts/docker-entrypoint.sh"]
# Start gateway server with default config.
# Binds to loopback (127.0.0.1) by default for security.
#