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