mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
fix: use exec to properly handle container signals (#501)
- Replace direct command execution with exec to make app PID 1 - Ensures proper signal propagation in container - Follows container best practices for process management
This commit is contained in:
parent
cb06a303b7
commit
b994a52422
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
printf "nameserver 127.0.0.11\nnameserver 8.8.4.4\nnameserver 223.5.5.5\n" > /etc/resolv.conf
|
||||
/dashboard/app
|
||||
exec /dashboard/app
|
Loading…
Reference in New Issue
Block a user