Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 622 Bytes

python-selenium-container-template

Build Status

how to use with other projects

You can use the following as a base image

https://hub.docker.com/r/popcor255/python-selenium-container

build and run with docker

  1. docker build -t bot .
  2. docker run -it bot

run locally

Note: Selenium and Python must be installed

  1. pip install -r requirements.txt
  2. python app/app.py

If you have docker compose you can run the following script ./hack/scripts/run.sh