Skip to content

Commit

Permalink
perf: shrink the image size
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter authored Sep 17, 2024
1 parent ffbbf30 commit 5720be8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ WORKDIR /app
COPY . .

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

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

0 comments on commit 5720be8

Please sign in to comment.