Open
Description
Our Dockerfiles make use of wait-for-it but execute the entrypoint scripts regardless of whether or not the service is up. The examples for wait-for-it show that the --strict flag is required to ensure the following scripts will only be executed if the host/port is up.