Authored by jimi.ji

Update docker.sh

#!/bin/bash
# cd $1 jenkins传入的参数,无需关心
# where is the package :
# cd $1 :where is the jenkins workspace , 传入的参数,无需关心
# 需要维护以下的信息 :
#################################################################
#项目类型:Springboot、node、tomcat
#git路径:git@git.yoho.cn:datasync/yoho-datasync-producer.git
... ...