Merge pull request #20197 from nathanpeper/patch-1

Update jupyter.md for minor spelling from 'Dockefile' to 'Dockerfile'
This commit is contained in:
David Karlsson 2024-06-10 22:47:37 +02:00 committed by GitHub
commit 561db422de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ $ docker compose up --build
This command builds your image and runs it as a container using the instructions
specified in the `compose.yaml` file. The `--build` option ensures that your
image is rebuilt, which is necessary if you made changes to your `Dockefile`.
image is rebuilt, which is necessary if you made changes to your `Dockerfile`.
To access the container, in a web browser navigate to
[localhost:8889/lab?token=my-token](http://localhost:8889/lab?token=my-token).
@ -418,4 +418,4 @@ Related information:
- [Dockerfile reference](/reference/dockerfile/)
- [Compose file reference](/compose/compose-file/)
- [Docker CLI reference](reference/cli/docker/)
- [Jupyter Docker Stacks docs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
- [Jupyter Docker Stacks docs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)