Merge pull request #20570 from craig-osterhout/fix-db-typo

guides: fix typo
This commit is contained in:
David Karlsson 2024-08-09 18:23:05 +02:00 committed by GitHub
commit bc44727603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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