Skip to content

Commit 9fcb043

Browse files
author
liushiming
committed
up
1 parent f1f1f56 commit 9fcb043

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)