增加了集成了爬虫环境的python3.5一键运行脚本(需要docker支持)

This commit is contained in:
ddv12138
2017-08-24 19:36:53 +08:00
parent 585614da31
commit 90da9a3d6c
9 changed files with 3 additions and 0 deletions

3
python3.5-for-spider.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
set -e
docker run -it --rm --name my-running-script -v `pwd`:/usr/src/myapp -w /usr/src/myapp ddv12138/python:3.5 python $1