Authored by jimi.ji

Update docker.sh

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