You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2-local-development/developing-locally-docker.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This can take a while, especially the first time you run this particular command
36
36
37
37
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!
38
38
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.
40
40
Docker cannot write to the host system during builds, so we have to run the command to generate the lockfile in the container.
41
41
This is important for reproducible builds and to ensure that the dependencies are installed correctly in the container.
42
42
Updating the lockfile manually is normally not necessary when you add packages through `uv add <package_name>`.
0 commit comments