Bootstrap

【Dockerfile】

add 命令

add xxx /usr/local/data
如果 xxx 是zip文件,会把压缩文件自动解压到 data 文件夹下。
如果 xxx 是文件夹,会把 xxx 文件夹下的文件复制到 data 文件夹下。
;