Update jupyter.md for minor spelling from 'Dockefile' to 'Dockerfile'

This commit is contained in:
Nathan Peper
2024-06-10 11:54:05 -07:00
committed by GitHub
parent 8924e7b93b
commit d7d6421362

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/)