From 9fcb043a04df1cb7b2a4021f64d588b6354133b8 Mon Sep 17 00:00:00 2001 From: liushiming Date: Wed, 19 Jul 2017 19:13:01 +0800 Subject: [PATCH] up --- saluki-example/saluki-example-client/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 saluki-example/saluki-example-client/Dockerfile diff --git a/saluki-example/saluki-example-client/Dockerfile b/saluki-example/saluki-example-client/Dockerfile new file mode 100644 index 00000000..1266db8c --- /dev/null +++ b/saluki-example/saluki-example-client/Dockerfile @@ -0,0 +1,10 @@ +FROM yingjunjiao/runtime-image:1.0 +ENV TZ="Asia/Shanghai" +ENV LANG C.UTF-8 +ADD saluki-example/saluki-example-client/target/saluki-example-client-1.5.2-SNAPSHOT.jar /root/app.jar +ADD bin/ /root/ +RUN chmod +x /root/*.sh;mkdir /root/logs +ENV JAVA_OPTS "" +ENV APP_NAME saluki-example-consumer +WORKDIR /root +CMD ["./start.sh"] \ No newline at end of file