docker-entrypoint-initdb.d
The docker-entrypoint-initdb.d directory is used to store shell or SQL scripts that you want to be executed when a Docker container is started for the first time. Here are some key points:
Initialization: When a container is started for the first ti...
yes-we-can-devops.hashnode.dev1 min read