Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM ultrafunk/undetected-chromedriver
- # update chrome
- RUN apt update -y && apt install -y google-chrome-stable
- WORKDIR /usr/app/src
- COPY . ./
- # Install Python Libraries
- RUN pip install -r requirements.txt
- # Run
- CMD [ "python", "./test.py"]
Advertisement
Add Comment
Please, Sign In to add comment