Skip to content

Commit c7049e9

Browse files
committed
u
1 parent 02ce19e commit c7049e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
3939

4040
COPY pyproject.toml uv.lock README.md ./
4141
RUN uv sync --frozen
42-
RUN playwright install --with-deps chromium
42+
RUN uv run playwright install --with-deps chromium
4343

4444
ADD . .
4545
CMD ["python", "./run_server.py"]

0 commit comments

Comments
 (0)