I have a python script that scrapes some web information using selenium. I\'ve build a docker image of my project:
FROM python:3.7-slim WORKDIR / COPY requireme