Skip to content

Commit 99670dc

Browse files
committed
update playwright docs
1 parent 5384718 commit 99670dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/advanced/8_preinstall_binaries/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CMD ["windmill"]
4646
```dockerfile
4747
FROM ghcr.io/windmill-labs/windmill-ee:main
4848

49-
RUN pip install playwright
49+
RUN uv tool install playwright
5050
RUN playwright install
5151
RUN playwright install-deps
5252

@@ -126,8 +126,7 @@ The execution of Init scripts is inspectable in the superadmin workspace, with `
126126
### Example: Installing Playwright (via pip)
127127

128128
```bash
129-
pip install playwright
130-
export PATH=$PATH:/tmp/.local/bin
129+
uv tool install playwright
131130
playwright install
132131
playwright install-deps
133132
```

0 commit comments

Comments
 (0)