dina1 commited on
Commit
80de091
·
verified ·
1 Parent(s): 0f401d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
14
  libasound2 \
15
  libnss3 \
16
  libxshmfence1 \
 
17
  wget \
18
  ca-certificates \
19
  fonts-liberation \
@@ -26,8 +27,6 @@ RUN pip install --no-cache-dir playwright pandas
26
  RUN playwright install chromium
27
 
28
  WORKDIR /app
29
-
30
  COPY . /app
31
 
32
- # Run scraper on container start
33
- CMD ["python", "shoalhaven_da_scraper.py"]
 
14
  libasound2 \
15
  libnss3 \
16
  libxshmfence1 \
17
+ libxfixes3 \
18
  wget \
19
  ca-certificates \
20
  fonts-liberation \
 
27
  RUN playwright install chromium
28
 
29
  WORKDIR /app
 
30
  COPY . /app
31
 
32
+ CMD ["python", "shoalhaven_da_scraper.py"]