|
|
@@ -1,9 +1,9 @@
|
|
|
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
|
|
|
MAINTAINER wuxw <928255095@qq.com>
|
|
|
|
|
|
-ADD bin/start_center.sh /root/
|
|
|
+ADD bin/start_order.sh /root/
|
|
|
|
|
|
|
|
|
-RUN chmod u+x /root/start_center.sh
|
|
|
+RUN chmod u+x /root/start_order.sh
|
|
|
|
|
|
-CMD ["/root/start_center.sh","dev -Dcache"]
|
|
|
+CMD ["/root/start_order.sh","dev -Dcache"]
|