公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
请求时间和返回时间 格式修复
wuxw
2019-06-03
e080491129f6370d0c0eeb4b0bd9b79ec1a2d2e8
[Lianxun_Java.git]
/
CommunityService
/
docker
/
onStart.sh
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
cp -r ../bin .
cp -r ../target .
docker build -t java110/community .
docker run -ti --name community_test -p8006:8006 -idt java110/community:latest
docker logs -f community_test