- Break large entrypoint script in small scripts - Separates the responsibility of the contexts (api, communication and reports) in specific files - Make it easy for users to add custom scripts across volumes in /docker-entrypoint.d directory |
||
|---|---|---|
| .. | ||
| 01-start.sh | ||
| 10-com-server.sh | ||
| 20-web-console.sh | ||
| 30-api-server.sh | ||
| 99-finish.sh | ||