diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index f26b68e8d..96d18e914 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -342,6 +342,7 @@ to improve startup time (at the cost of increased installation time). To enable bytecode compilation, use the `--compile-bytecode` flag: ```dockerfile title="Dockerfile" +RUN uv python install --compile-bytecode RUN uv sync --compile-bytecode ```