wuxw
2019-05-07 bf468ffc41accf94060c46d64e0fe92c017ab29b
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/ConsoleService.jar /root/target/
 
ADD bin/start_console.sh /root/
 
 
RUN chmod u+x /root/start_console.sh
 
CMD ["/root/start_console.sh","dev"]