wuxw7
2018-07-21 bd3572fc97a988371edbc7036aa57f01912f066f
1
2
3
4
5
6
7
8
9
10
11
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
MAINTAINER wuxw <928255095@qq.com>
 
ADD target/CommentService.jar /root/target/
 
ADD bin/start_comment.sh /root/
 
 
RUN chmod u+x /root/start_comment.sh
 
CMD ["/root/start_comment.sh","dev"]