Closed
Description
Currently scripts present inside docker-entrypoint-initdb.d/* will run only once (during initialization).
I have a script which does health checkup and I would like that script to be executed always i.e. whenever container starts.
One way could be to modify docker-entrypoint.sh but i was wondering if it's possible w/o modifying entrypoint script.