We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f1f56 commit 9fcb043Copy full SHA for 9fcb043
saluki-example/saluki-example-client/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM yingjunjiao/runtime-image:1.0
2
+ENV TZ="Asia/Shanghai"
3
+ENV LANG C.UTF-8
4
+ADD saluki-example/saluki-example-client/target/saluki-example-client-1.5.2-SNAPSHOT.jar /root/app.jar
5
+ADD bin/ /root/
6
+RUN chmod +x /root/*.sh;mkdir /root/logs
7
+ENV JAVA_OPTS ""
8
+ENV APP_NAME saluki-example-consumer
9
+WORKDIR /root
10
+CMD ["./start.sh"]
0 commit comments