Simplify container entrypoints

This commit is contained in:
andrussal 2025-12-09 15:50:56 +01:00
parent f7a56d61ba
commit 7f40724376
2 changed files with 0 additions and 6 deletions

View File

@ -56,7 +56,4 @@ until /usr/bin/cfgsync-client; do
sleep "$sleep_seconds"
done
# Align bootstrap timing with validators to keep configs consistent.
sed -i "s/prolonged_bootstrap_period: .*/prolonged_bootstrap_period: '3.000000000'/" /config.yaml
exec /usr/bin/nomos-executor /config.yaml

View File

@ -56,7 +56,4 @@ until /usr/bin/cfgsync-client; do
sleep "$sleep_seconds"
done
# Align bootstrap timing with executors to keep configs consistent.
sed -i "s/prolonged_bootstrap_period: .*/prolonged_bootstrap_period: '3.000000000'/" /config.yaml
exec /usr/bin/nomos-node /config.yaml