FROM selenium/standalone-chrome ADD . /app WORKDIR /app RUN pip install -r requirements.txt CMD ["python", "main.py"]