wuxw
2019-04-13 16061ff3b965dfbe60013b974c44ad10067cc7d5
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