wuxw
2019-07-24 00eafeb33ca4dd94f819ac172db30c1209428cad
1
2
3
4
5
6
7
8
9
10
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
MAINTAINER wuxw <928255095@qq.com>
 
 
ADD bin/start_web.sh /root/
 
 
RUN chmod u+x /root/start_web.sh
 
CMD ["/root/start_web.sh","dev"]