You can use the following as a base image
https://hub.docker.com/r/popcor255/python-selenium-container
docker build -t bot .
docker run -it bot
Note: Selenium and Python must be installed
pip install -r requirements.txt
python app/app.py
If you have docker compose you can run the following script ./hack/scripts/run.sh