Skip to content

Commit 5b01df6

Browse files
authored
Fix typo in developing locally with docker (#6531)
1 parent 7734662 commit 5b01df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/2-local-development/developing-locally-docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This can take a while, especially the first time you run this particular command
3636

3737
Generally, if you want to emulate production environment use ``docker-compose.production.yml`` instead. And this is true for any other actions you might need to perform: whenever a switch is required, just do it!
3838

39-
After we have created our initial image we nee to generate a lockfile for our dependencies.
39+
After we have created our initial image we need to generate a lockfile for our dependencies.
4040
Docker cannot write to the host system during builds, so we have to run the command to generate the lockfile in the container.
4141
This is important for reproducible builds and to ensure that the dependencies are installed correctly in the container.
4242
Updating the lockfile manually is normally not necessary when you add packages through `uv add <package_name>`.

0 commit comments

Comments
 (0)