Authored by jimi.ji

Update docker.sh

#!/bin/bash
# cd $1 get the workspace , jenkins introduction
# cd $1 jenkins传入的参数,无需关心
# where is the package :
#################################################################
#项目类型:Springboot、node、tomcat
... ...