We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20351c9 commit cea15e5Copy full SHA for cea15e5
Dockerfile
@@ -9,8 +9,8 @@ WORKDIR /app
9
COPY . .
10
11
RUN apk update \
12
- && apk add --no-cache cronie firefox \
13
- && python -m pip install beautifulsoup4 requests python-telegram-bot selenium \
+ && apk add --no-cache cronie firefox-esr \
+ && python -m pip install --no-cache-dir beautifulsoup4 requests python-telegram-bot selenium \
14
&& mkdir -p /app/app/db/data
15
16
RUN echo "0 */4 * * * . /etc/environment; cd /app && /usr/local/bin/python main.py >> /tmp/pricelog.txt 2>&1" | crontab -
0 commit comments