Skip to content

yuong1979/selenium_on_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go to directory

cd xxx

install virtual env

python3 -m venv venv

activate virtual env

source venv/bin/activate

install required packages

pip install -r requirements.txt

run app on local

python index.py

Go to http://127.0.0.1:3000/testing

build docker

docker build -t data_refresh1 .

run docker

docker run -p 3000:3000 data_refresh1

Go to http://127.0.0.1:3000/testing

About

including selenium on docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published