mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
b994a52422
- Replace direct command execution with exec to make app PID 1 - Ensures proper signal propagation in container - Follows container best practices for process management
3 lines
123 B
Bash
3 lines
123 B
Bash
#!/bin/sh
|
|
printf "nameserver 127.0.0.11\nnameserver 8.8.4.4\nnameserver 223.5.5.5\n" > /etc/resolv.conf
|
|
exec /dashboard/app |