mirror of https://github.com/docker/docs.git
Merge pull request #20570 from craig-osterhout/fix-db-typo
guides: fix typo
This commit is contained in:
commit
bc44727603
|
@ -505,7 +505,7 @@ To build and run your custom image:
|
|||
example, files from your host's `./scripts/` directory are copied into the
|
||||
container's `/docker-entrypoint-initdb.d/` directory. In this directory,
|
||||
`.sh`, `.sql`, and `.sql.gz` scripts are executed when the container is
|
||||
started for the first time. For more details about Dockerifles, see the
|
||||
started for the first time. For more details about Dockerfiles, see the
|
||||
[Dockerfile reference](/reference/dockerfile/).
|
||||
|
||||
3. Create a script file to initialize a table in the database. In the
|
||||
|
|
Loading…
Reference in New Issue