吴学文
2019-07-09 61b706ef913c445d74d5443b087622740923b66b
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_store.sh /root/
 
 
RUN chmod u+x /root/start_store.sh
 
CMD ["/root/start_store.sh","dev"]