|
|
@@ -1,11 +1,11 @@
|
|
|
FROM registry.cn-beijing.aliyuncs.com/sxd/ubuntu-java8:1.0
|
|
|
MAINTAINER wuxw <928255095@qq.com>
|
|
|
|
|
|
-ADD target/ConsoleService.jar /root/target/
|
|
|
+ADD target/WebService.jar /root/target/
|
|
|
|
|
|
-ADD bin/start_console.sh /root/
|
|
|
+ADD bin/start_web.sh /root/
|
|
|
|
|
|
|
|
|
-RUN chmod u+x /root/start_console.sh
|
|
|
+RUN chmod u+x /root/start_web.sh
|
|
|
|
|
|
-CMD ["/root/start_console.sh","dev"]
|
|
|
+CMD ["/root/start_web.sh","dev"]
|