Docker-chromedriver / Dockerfile
SharryOG's picture
Create Dockerfile
088798e verified
raw
history blame
92 Bytes
FROM selenium/standalone-chrome:latest
COPY chromedriver /usr/bin/chromedriver
EXPOSE 7860