Aucune description

john f6de559106 多种文件格式解析 il y a 8 mois
.vscode e34c9adae4 epub il y a 8 mois
DB e34c9adae4 epub il y a 8 mois
chm_node f6de559106 多种文件格式解析 il y a 8 mois
epub_node f6de559106 多种文件格式解析 il y a 8 mois
expores_node f6de559106 多种文件格式解析 il y a 8 mois
frontEndMobile 8fb011f686 删除多余内容 il y a 8 mois
.DS_Store f6de559106 多种文件格式解析 il y a 8 mois
.gitignore f6de559106 多种文件格式解析 il y a 8 mois
.npmrc ef891402d0 完善接口, 优化前端代码 il y a 8 mois
.yarnrc ef891402d0 完善接口, 优化前端代码 il y a 8 mois
README.md 83cf9f42d3 更新dockerfile il y a 8 mois
deployment.sh 2bfcb1d240 调整后端服务目录 il y a 8 mois

README.md

DB

地址: localhost:3306 账号密码:root:12345678

dockerfile

创建镜像

docker build -t hht/cashbook:v1 .

打包

docker save -o ./newcashBookj.tar hht/cashbook:v1