Skip to content

Commit

Permalink
ci: 安装pw依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Apr 28, 2024
1 parent 7d09afa commit 7da0648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app

COPY . .

RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt \
&& playwright install-deps \
&& playwright install

CMD ["python", "main.py"]

0 comments on commit 7da0648

Please sign in to comment.