There was an error while loading. Please reload this page.
1 parent d7e4cb8 commit 02ce19eCopy full SHA for 02ce19e
2 files changed
Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \
37
libasound2 \
38
&& rm -rf /var/lib/apt/lists/*
39
40
-COPY pyproject.toml uv.lock ./
+COPY pyproject.toml uv.lock README.md ./
41
RUN uv sync --frozen
42
RUN playwright install --with-deps chromium
43
0 commit comments