Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie0227 committed Jan 26, 2019
1 parent 867b0dc commit ebbee1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Filled in your username and password in env.py

Simply run command

docker run -it --rm -v .:/code charlie27/python36-selenium-chromedriver sh -c "python main.py"
docker run -it --rm -v <your-path>/crawler_shopee:/code charlie27/python36-selenium-chromedriver sh -c "python main.py"

Or build by yourself

docker build -t shopee:latest .
docker run -it --rm -v .:/code shopee sh -c "python main.py"
docker run -it --rm -v <your-path>/crawler_shopee:/code shopee sh -c "python main.py"

You'll need to enter SMS authenticate first time if used password to login

Expand Down

0 comments on commit ebbee1a

Please sign in to comment.