公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
加入服务下一步限制功能
wuxw
2019-07-18
a54a28a5a26e86d6b32990bfbb174c350b917b47
[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