riazmo commited on
Commit
384737c
·
verified ·
1 Parent(s): 8ada918

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
5
- # Install ALL Chromium dependencies explicitly
6
  RUN apt-get update && apt-get install -y \
7
  wget \
8
  gnupg \
@@ -61,4 +61,4 @@ RUN mkdir -p /app/data/figma /app/data/website /app/data/comparisons /app/report
61
  EXPOSE 7860
62
 
63
  # Run the app
64
- CMD ["python", "app.py"]
 
2
 
3
  WORKDIR /app
4
 
5
+ # Install ALL Chromium dependencies explicitly (fixed for Debian Trixie)
6
  RUN apt-get update && apt-get install -y \
7
  wget \
8
  gnupg \
 
61
  EXPOSE 7860
62
 
63
  # Run the app
64
+ CMD ["python", "app.py"]