We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ce19e commit c7049e9Copy full SHA for c7049e9
Dockerfile
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
39
40
COPY pyproject.toml uv.lock README.md ./
41
RUN uv sync --frozen
42
-RUN playwright install --with-deps chromium
+RUN uv run playwright install --with-deps chromium
43
44
ADD . .
45
CMD ["python", "./run_server.py"]
0 commit comments