Files
archy/docker/mempool-frontend/entrypoint.sh
T

6 lines
230 B
Bash
Raw Normal View History

2026-08-12 10:55:50 +00:00
#!/bin/sh
set -eu
# Preserve the pinned upstream entrypoint (including new runtime options).
# Apply our DNS repair only after it has rendered the nginx configuration.
exec /patch/upstream-entrypoint.sh /patch/start-nginx.sh "$@"