Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 01:48:45 +05:30
committed by GitHub
parent 331e0590c6
commit cdce7b206a

View File

@@ -12,7 +12,7 @@ RUN apt-get update \
&& cd /usr/local/bin \ && cd /usr/local/bin \
&& ln -s /usr/bin/python3 python \ && ln -s /usr/bin/python3 python \
&& pip3 install --upgrade pip && pip3 install --upgrade pip
RUN sudo apt-get install chromium-chromedriver RUN apt-get install chromium-chromedriver
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
RUN pip3 install selenium RUN pip3 install selenium
ENTRYPOINT ["python", "/main.py"] ENTRYPOINT ["python", "/main.py"]