Skip to content

Commit

Permalink
新增了基于Python3.7的Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo authored and testerSunshine committed Dec 14, 2019
1 parent 9bceae4 commit 8258d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TickerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
COOKIE_TYPE = 1
# 如果COOKIE_TYPE=1,则需配置chromeDriver路径,下载地址http://chromedriver.storage.googleapis.com/index.html
# chromedriver配置版本只要和chrome的大版本匹配就行
CHROME_PATH = "/Users/wenxianping/Downloads/chromedriver"
CHROME_PATH = "/usr/src/app/chromedriver"

#为了docker37 准备的环境变量,windows环境可以不用管这个参数
CHROME_CHROME_PATH = "/usr/src/app/google-chrome";
CHROME_CHROME_PATH = "/opt/google/chrome/google-chrome";

# 如果COOKIE_TYPE=3, 则需配置RAIL_EXPIRATION、RAIL_DEVICEID的值
RAIL_EXPIRATION = ""
Expand Down

0 comments on commit 8258d3d

Please sign in to comment.