wuxw
2019-08-13 9e29441646434d9f54a2c3e855a724633885d8a4
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"]